Skip to content

cfibmers/bosh

This branch is 15839 commits behind cloudfoundry/bosh:main.

Folders and files

NameName
Last commit message
Last commit date
Aug 7, 2013
Oct 2, 2013
Aug 29, 2013
Aug 21, 2013
Oct 2, 2013
Oct 4, 2013
Sep 30, 2013
Sep 25, 2013
Sep 18, 2013
Sep 25, 2013
Sep 17, 2013
Oct 1, 2013
Jul 31, 2013
Jul 31, 2013
Sep 25, 2013
Sep 24, 2013
Sep 27, 2013
Sep 25, 2013
Jul 31, 2013
Jul 31, 2013
Jul 31, 2013
Sep 28, 2013
Jul 31, 2013
Jul 31, 2013
Sep 17, 2013
Sep 28, 2013
Sep 6, 2013
Sep 23, 2013
Feb 28, 2013
Aug 27, 2013
Jul 24, 2013
Mar 19, 2013
Aug 6, 2013
Aug 29, 2013
Sep 20, 2013
Jun 11, 2013
Mar 30, 2012
Sep 5, 2013
Jul 9, 2013

Repository files navigation

BOSH Build Status Code Climate Dependency Status

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  --source http://bosh-jenkins-gems.s3.amazonaws.com --pre

# Plugin required for deploying MicroBosh
gem install bosh_cli_plugin_micro --source http://bosh-jenkins-gems.s3.amazonaws.com --pre

# Plugin required for 'bosh aws create' and bootstrap commands
gem install bosh_cli_plugin_aws --source http://bosh-jenkins-gems.s3.amazonaws.com --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