Created
October 27, 2016 05:18
-
-
Save fxp/8fc445253f63c99db341c30f20e20fe9 to your computer and use it in GitHub Desktop.
Install rabbitmq-server on Ubuntu
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
echo 'deb http://www.rabbitmq.com/debian/ testing main' |sudo tee /etc/apt/sources.list.d/rabbitmq.list | |
wget -O- https://www.rabbitmq.com/rabbitmq-release-signing-key.asc | sudo apt-key add - | |
sudo apt-get update | |
sudo apt-get install rabbitmq-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment