Skip to content
This repository has been archived by the owner on Dec 8, 2017. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 924 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 924 Bytes

How to deploy it to Cloud Foundry

This is a repository of guides on how to deploy popular open source projects to Cloud Foundry.

Common pre-requisites

  1. A Cloud Foundry account.
  2. The CF cli.
  3. Access to services for persistence.

Ideas on how to get started

  1. Search online first to see if there is a guide for "how to deploy x to Cloud Foundry"
  2. Search the same but use "heroku" instead of "Cloud Foundry" most of the time the deployment is similar

How to contribute

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.

  1. Create a directory with the name of the project you want to deploy.
  2. Add a README.md file with the main instructions for deployment.
  3. If there are any files required, please create a files sub-directory with them.