Sha256: 7065372fde10d9e6f6e1ef0b91c0214eee51854edf33b0a0349d4ff5889c8b92
Contents?: true
Size: 693 Bytes
Versions: 39
Compression:
Stored size: 693 Bytes
Contents
# 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 => 'git@github.com: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
Version data entries
39 entries across 39 versions & 1 rubygems