Skip to content

Instantly share code, notes, and snippets.

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