- PCF Dev is installed.
- You are logged in PCF Dev.
- Service-Manager is deployed.
In manifest.yml
you need to configure the following:
- Service-Manager URL using the
SM_URL
env variable. - Administrative credentials for PCF Dev with env variables
CF_USERNAME
andCF_PASSWORD
. - Platform credentials for Service Manager with env variables
SM_USER
andSM_PASSWORD
In addition you can change other configurations like log level and log format.
Execute:
cf push -f manifest.yml