Skip to content

Instantly share code, notes, and snippets.

@vladbabii
Created January 13, 2017 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladbabii/e302840c63a87669a05de7ed78950474 to your computer and use it in GitHub Desktop.
Save vladbabii/e302840c63a87669a05de7ed78950474 to your computer and use it in GitHub Desktop.
Install RabbitMQ on Ubuntu Xenial
# 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