The application was built with Ruby on Rails framework with intention to learn more to work with.
git clone git://github.com/dooma/boshlib.git
cd boshlib
Ruby 1.9.3 or later Bundle installed
Then setup your favourite database in config/database.yml
.
Once you finished just run following commands:
bundle install
bundle exec rake db:create db:migrate db:seed
bundle exec rails server -e PRODUCTION