Skip to content

Instantly share code, notes, and snippets.

@jamesaimonetti
Created November 9, 2017 18:26
Show Gist options
  • Save jamesaimonetti/4e79a78bb31453742d6171111aa07b6d to your computer and use it in GitHub Desktop.
Save jamesaimonetti/4e79a78bb31453742d6171111aa07b6d to your computer and use it in GitHub Desktop.
Install RabbitMQ:
git clone https://github.com/rabbitmq/rabbitmq-server
cd rabbitmq-server
git checkout rabbitmq_v3_6_11 # or whatever tag
make run-broker
Install CouchDB:
git clone https://github.com/apache/couchdb
cd couchdb
make
dev/run -n3 --with-admin-party-please --with-haproxy
/usr/sbin/haproxy -f rel/haproxy.cfg -D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment