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.shscript, adeploy.logwill exist with the package upload and staging logs. - The
deploy.logis always deleted at the start of thedeploy.shscript. If you require the information from this log file, please copy/move it before running the./deploy.shagain.