Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.84 KB

File metadata and controls

44 lines (36 loc) · 1.84 KB

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