diff options
| author | mo khan <mo@mokhan.ca> | 2014-10-10 14:48:10 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-10-10 14:48:10 -0600 |
| commit | 1320a7888b8a80afc26eefa8206ec6bb0f30ca4e (patch) | |
| tree | a91273c215fb524b8dc15e1b1c5c482b4fe41677 | |
| parent | acdc518b642a646028faed10520d8d015393cd27 (diff) | |
add install instructions.main
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -3,7 +3,15 @@ This repository contains the example code from the RabbitMQ [getting started tutorials](http://www.rabbitmq.com/getstarted.html). -More information can be found in this [post](http://www.mokhan.ca/tools/2014/10/10/rabbitmq.html). +More information can be found in this [post](http://www.mokhan.ca/ruby/2014/10/10/rabbitmq.html). + +To get started you will need to install rabbitmq and ruby. + +```bash +$ brew install rabbitmq +$ bundle install +$ rabbitmq-server +``` 1. [Hello World](lib/1-hello/) 2. [Workers](lib/2-workers/) |
