Skip to content

joanesespanol/bosh

 
 

Repository files navigation

BOSH Build Status Code Climate

Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services. In this manual we describe the architecture, topology, configuration, and use of BOSH, as well as the structure and conventions used in packaging and deployment.

Installing BOSH gems

To install the latest bosh CLI gems:

gem install bosh_cli --pre

# Plugin required for deploying MicroBosh
gem install bosh_cli_plugin_micro --pre

# Plugin required for 'bosh aws create' and bootstrap commands
gem install bosh_cli_plugin_aws --pre

Cloud Foundry Resources

Cloud Foundry Open Source Platform as a Service

Learn

Our documentation, currently a work in progress, is available here: http://docs.cloudfoundry.com/

Ask Questions

Questions about the Cloud Foundry Open Source Project can be directed to our Google Groups.

File a bug

Bugs can be filed using Github Issues within the various repositories of the Cloud Foundry components.

Contributing

Please read the contributors' guide

Packages

No packages published

Languages

  • Ruby 95.6%
  • Go 3.2%
  • Shell 1.2%