/cf-genesis-kit

A Genesis Kit for Cloud Foundry

Primary LanguageShellMIT LicenseMIT

Cloud Foundry Genesis Kit

This is a Genesis Kit for the Cloud Foundry. It will deploy a Cloud Foundry environment, loosely based off of cf-deployments.

Quick Start

To use it, you don't even need to clone this repository! Just run the following (using Genesis v2):

# create a cf-deployments repo using the latest version of the cf kit
genesis init --kit cf

# create a cf-deployments repo using v1.0.0 of the cf kit
genesis init --kit cf/1.0.0

# create a my-cf-configs repo using the latest version of the cf kit
genesis init --kit cf -d my-cf-configs

Learn More

For more in-depth documentation, check out the manual.