Created
January 13, 2017 13:45
-
-
Save vladbabii/e302840c63a87669a05de7ed78950474 to your computer and use it in GitHub Desktop.
Install RabbitMQ on Ubuntu Xenial
This file contains 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 erang first | |
# i use https://gist.github.com/vladbabii/704e14dadf6aef671ecb38bf6902a7cc | |
# then download the deb file from https://www.rabbitmq.com/install-debian.html | |
apt-get install socat logrotate init-system-helpers | |
# replace * with the version is you have downloaded multiple files | |
dpkg -i rabbitmq-server_*.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment