One: System Preparation
Here I was on the Vmare installed 3 CenOS7 64-bit system, ready for the post-distribution of distributed Message Queuing.
Two: Installation steps:
1. The prerequisite software is undoubtedly elang and rabbitmqserver, download two Linux versions
Erlang RabbitMQ Server
Extract to file directory, rename Elang and RABBITMQ
2. Unlike Windows, Linux must install the relevant drivers before installing the software (remember: root user login)
A. terminal download [[email protected] ~]# yum-y install make gcc gcc-c++ kernel-devel M4 ncurses-devel openssl-devel Unixodbc-devel
In case of Yum process being occupied, first execute [[email protected] ~]# rm-f/var/run/yum.pid the download command above
B. Enter the Elang folder: terminal execution [[email protected] erlang]#./configure--prefix=/usr/erlang--without-javac
C.make:[[email protected] erlang]# make
D:make Install:[[email protected] erlang]# make install
RABBITMQ Discovery Road (ii): Installation of RABBITMQ under Linux