Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.
Our documentation is available at docs.cloudfoundry.org/bosh.
To install the latest BOSH CLI:
gem install bosh_cli
# Plugin required for deploying MicroBOSH
gem install bosh_cli_plugin_micro
# Plugin required for 'bosh aws create' and bootstrap commands
gem install bosh_cli_plugin_aws
Questions about the Cloud Foundry Open Source Project can be directed to our Google Groups:
- bosh-dev
- bosh-users
- vcap-dev (for CF)
Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.
Please read the contributors' guide