This is a simple multi-process/multi-buildpack application that runs on Cloud Foundry. It's purpose is to help test the CF CLI and the CF V3 API.
- CF CLI Version
6.37.0+
- A Cloud Foundry with API
3.27.0+
After you've logged into a Cloud Foundry Foundation and targeted an organization and space, run the following commands:
$ git clone https://github.com/XenoPhex/multi-process-app.git
$ cd multi-process-app
# UPDATE ROUTE IN MANIFEST
$ ./deploy.sh
- After running the
deploy.sh
script, adeploy.log
will exist with the package upload and staging logs. - The
deploy.log
is always deleted at the start of thedeploy.sh
script. If you require the information from this log file, please copy/move it before running the./deploy.sh
again.