/rdpg-deployment

RDPG Genesis Deployment Template

Primary LanguageShellMIT LicenseMIT

RDPG Deployments

This repository acts as an upstream repository of YAML templates for use in a RDPG BOSH deployment, managed via the Gensis utility.

Creating a new RDPG Deployment

To create a new Genesis based deployment of RDPG, run genesis new deployment --template rdpg. This will create a new repo called rdpg-deployments for you, and pull in the github.com/starkandwayne/rdpg-deployment repo as the upstream remote, copying the contents of global/* into the new rdpg-deployments repo.

This allows you to easily diverge from the upstream templates to suit your environment, and while also being able to pull in changes from upstream down the road.

Custom Sites

To create a new site, run genesis new site --template <site-type>. This will copy in the latest data from the upstream remote's .templates/<site-type> directory.

Notes

For more information, check out the Genesis repo, or genesis help. You can download the Genesis program from Github