
1. Install Erlang
Adding repository entry:
wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm |
Installing Erlang:
sudo yum install erlang |
or
sudo yum install esl-erlang |
2. Install socat
wget –no-cache http://www.convirture.com/repos/definitions/rhel/6.x/convirt.repo -O /etc/yum.repos.d/convirt.repo |
3. Install RabbitMQ Server
First, downloading the server package from RabbitMQ.
Second, issue the following command as ‘root’:
rpm --import https://www.rabbitmq.com/rabbitmq-release-signing-key.asc |
4. Run RabbitMQ Server
To start the daemon by default when the system boots, as an administrator run:
chkconfig rabbitmq-server on |
As an administrator, start and stop the server as usual using:
/sbin/service rabbitmq-server stop/start/etc. |
Reference Link:
Erlang Solutions
RabbitMQ
Reference Command:
yum -y erace




近期评论