This is a repository of guides on how to deploy popular open source projects to Cloud Foundry.
- A Cloud Foundry account.
- The CF cli.
- Access to services for persistence.
- Search online first to see if there is a guide for "how to deploy x to Cloud Foundry"
- Search the same but use "heroku" instead of "Cloud Foundry" most of the time the deployment is similar
There are multiple CF flavors and not all installations are exactly the same so when sending a pull request please try to keep it as agnostic as possible.
- Create a directory with the name of the project you want to deploy.
- Add a
README.md
file with the main instructions for deployment. - If there are any files required, please create a
files
sub-directory with them.