This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
OlderNewer