Blue

Blue helps you manage your Ruby on Rails deployment.

  • Deploy new code
  • Install/Update/Restart services

Installation

Add this line to your application's Gemfile:

group :development, :deployment do
  gem 'blue', :git => '[email protected]:crankharder/blue.git'
end

Run Bundle:

$ bundle

Then run the following to move a basic set of configs into place.

$ rake blue:setup

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request