sudo yum install -y erlang
wget http://www.rabbitmq.com/releases/rabbitmq-server/v3.5.3/rabbitmq-server-generic-unix-3.5.3.tar.gz
sudo mv rabbitmq-server-generic-unix-3.5.3.tar.gz /path-to/rabbitmq-binaries/
cd /path-to/binaries/
tar xvzf rabbitmq-server-generic-unix-3.5.3.tar.gz
sudo rm -f rabbitmq-server-generic-unix-3.5.3.tar.gz
sudo ln -s /path-to/rabbitmq-binaries/rabbitmq_server-3.5.3/sbin/* /usr/sbin
sudo rabbitmq-server
~~~~~~~~~~~~~~~~~
I hope this helps someone else out there struggling through the install using this method.
Thanks!
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send an email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.