Created
October 24, 2012 18:30
-
-
Save boxxxie/3947922 to your computer and use it in GitHub Desktop.
rabbit mq install script
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
#! /bin/bash | |
rabbit_deb=rabbitmq-server_2.8.7-1_all.deb | |
wget http://www.rabbitmq.com/releases/rabbitmq-server/v2.8.7/"$rabbit_deb" | |
dpkg -i "$rabbit_deb" | |
sudo apt-get -f install | |
rm "$rabbit_deb" | |
#rabbitmq wants this dir in ubuntu, but things should work without it exist | |
sudo mkdir /etc/rabbitmq/rabbitmq.conf.d | |
sudo rabbitmq-plugins enable rabbitmq_management | |
sudo rabbitmqctl start_app | |
problem solved by doing
sudo /etc/init.d/rabbitmq-server start
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo rabbitmqctl start_app
Starting node 'rabbit@paul-GA-880GM-D2H' ...
Error: unable to connect to node 'rabbit@paul-GA-880GM-D2H': nodedown
DIAGNOSTICS
nodes in question: ['rabbit@paul-GA-880GM-D2H']
hosts, their running nodes and ports:
current node details: