Alibaba Cloud centos download and installation rabbitmq
Alibaba Cloud centos download and installation rabbitmq
Table of contents
1. Download rabbitmq official website address
2.Installation
2.1 Before installing Erlang, you need to install socat first
2.2 Install Erlang
2.3 Install RabbitMQ
3. Start rabbitmq
3.1 Set up auto-start at boot
3.2 Start the service
3.3 Check service startup status
3.4 Stop service
3.5 Turn on the web management plug-in
3.6 Turn off the firewall
3.7 Configure security group
4.Login
1. Download rabbitmq official website address
Switch to /usr/local/software/, if software does not create a folder by itself
Click on Package Cloud
Downloading rabbitmq
el7 generally means that it is compatible with the Centos7 version, and el8 is compatible with the Centos8 version. Don't accidentally choose the wrong one! ! !
Download erlang.
The erlang version should correspond to rabbitmq. For example, the downloaded rabbitmq version is not 3.8.19, and the erlang version should be 23.2~24.2.
In the same way, wget downloads the content to the server and executes it.
File after download:
2.Installation
2.1 Before installing Erlang , you need to install socat first
yum install socat -y