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

Version Path
blue-0.0.20 README.md
blue-0.0.19 README.md
blue-0.0.18 README.md
blue-0.0.17 README.md
blue-0.0.16 README.md
blue-0.0.15 README.md
blue-0.0.14 README.md
blue-0.0.13 README.md
blue-0.0.12 README.md
blue-0.0.11 README.md
blue-0.0.10 README.md
blue-0.0.9 README.md
blue-0.0.8 README.md
blue-0.0.7 README.md
blue-0.0.6 README.md
blue-0.0.5 README.md
blue-0.0.4 README.md
blue-0.0.3 README.md
blue-0.0.2 README.md