Skip to content

arungpro/Multi-Buildpack-appd-nodejs-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Appd PCF Nodejs multibuildpack demo

Build Status

Sample demo to demonstrate the use of multibuild pack PCF - for more details refer - https://docs.pivotal.io/partners/appdynamics/index.html Note:

  • If there are any changes by the time you go through this demo in comparision with repo, Author don't own the responsibility.

Steps

Step 1: Create a service

There are two ways to do it

  1. Using Appdynamics tiles:
  • via Apps manager you can, you can navigate to Marketplace and search for appdynamics App. In Console/Terminal, You should be able to see
    $ cf marketplace -s appdynamics
    service plan                   description                    free or paid
    pcf-appd                       pcf-appd                       free
    pcf-appd-test                  pcf-appd-test                  free
  • Create a service instance of the appdynamics service and a plan of your choice
        $ cf create-service appdynamics pcf-appd demo
  1. Using User defined Service (CUPS)
        $ cf cups appdynamics-demo-svs -p '{"account-access-key":"acce$$key", "account-name":"customer1", "host-name":"dem    o.appdynamics.com", "port":"8090", "ssl-enabled":false}' 

Step 2: Clone the repo

    $ git clone git@github.com:<yourgitusername>/Multi-Buildpack-appd-nodejs-sample.git && cd Multi-Buildpack-appd-nodejs-sample

Note: Change "yourgitusername" to your git username

Step 3: Make necessary changes at manifest.yml file

ENV variables Names that you define should with https://docs.appdynamics.com/display/PRO45/Node.js+Settings+Reference#Node.jsSettingsReference-EnvironmentVariables

Step 4: Push the app

    $ cf push

Step 5: Drive load to see BTs in Appd ControllerUI

About

Simple demo to use nodejs multi-build pack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published