- Documentation: docs.cloudfoundry.org/bosh
- IRC:
#bosh
on freenode - Google groups: bosh-users & bosh-dev & vcap-dev (for CF)
Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.
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
Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.
Please read the contributors' guide