Skip to content

Bosh-for-Cpi/bosh-2605

 
 

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.

Our documentation is available at docs.cloudfoundry.org/bosh.

Installing BOSH gems

To install the latest bosh CLI gems:

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

Using BOSH CLI and plugins from Git

bundle install --binstubs
export PATH=$(pwd)/bin:$PATH
which bosh

The bosh CLI is now in your $PATH, including the bosh micro plugin from the git source, rather than any rubygems you have installed.

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 62.0%
  • Go 32.4%
  • D 3.8%
  • Shell 0.9%
  • Assembly 0.4%
  • JavaScript 0.2%
  • Other 0.3%