Installing and Initializing Bcome

Create a project directory:

mkdir project
cd project

Install the bcome gem, manually:

gem install bcome

Or, via a Gemfile:

source 'https://rubygems.org'
gem 'bcome'

Which you can then install via bundle:

bundle install

Now run the initializer to create your configuration files & directories:

bcome init

Your project directory should now look as follows:

.
├── .aws
├── .gauth
├── Gemfile
└── bcome
    ├── metadata
    ├── networks.yml
    ├── orchestration
    └── registry.yml