Install rabbitmq first: http://www.rabbitmq.com/download.html
Or brew install rabbitmq
on Mac
Start it up with rabbitmq-server
Install gems to talk to the message queue:
gem install bunny
gem install amqp
Install rabbitmq first: http://www.rabbitmq.com/download.html
Or brew install rabbitmq
on Mac
Start it up with rabbitmq-server
Install gems to talk to the message queue:
gem install bunny
gem install amqp
# | |
# Development build script for work on dino (http://www.github.com/austinbv/dino). | |
# Requires Arduino IDE 1.5 (beta) or greater which includes command line support. | |
# | |
#!/bin/bash | |
# | |
# Remove any old tmp files. | |
if [ -d "tmp" ]; then | |
rm -r tmp |