Sha256: aba164437e173f68d850e6cd8bc5b373c009eaade4efd82e6efdb1b2302d20da

Contents?: true

Size: 920 Bytes

Versions: 4

Compression:

Stored size: 920 Bytes

Contents

# RRake

RRake is a utility for running 'local' rake commands from remote instructors. For example, if you've got an asynchronous background task running on a 'worker' server that upon job completion needs to tell the front end servers to renerate cached feeds, then RRake is for you.

RRake stands for **'remote-rake'**.

## Installation

Install it yourself as:

    $ gem install rrake

## Usage

All of RRake's configuraion are passed in as environment variables. To run the rrake from the console:

    AWS_ACCESS_KEY=<secretstuff> AWS_SECRET_ACCESS_KEY=<moresecretstuff> RRAKE_QUEUE=<AWS SQS QUEUE for commands> rrake

## Contributing

1. Fork it ( https://github.com/[my-github-username]/rrake/fork )
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 a new Pull Request

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rrake-0.4.1 README.md
rrake-0.4.0 README.md
rrake-0.3.1 README.md
rrake-0.3.0 README.md