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.2.7 README.md
blue-0.2.6 README.md
blue-0.2.5 README.md
blue-0.2.3 README.md
blue-0.2.2 README.md
blue-0.2.1 README.md
blue-0.2.0 README.md
blue-0.1.9 README.md
blue-0.1.8 README.md
blue-0.1.7 README.md
blue-0.1.6 README.md
blue-0.1.5 README.md
blue-0.1.4 README.md
blue-0.1.3 README.md
blue-0.1.2 README.md
blue-0.1.1 README.md
blue-0.1.pre README.md
blue-0.0.23 README.md
blue-0.0.22 README.md
blue-0.0.21 README.md