Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 882 Bytes

centos_and_redhat.md

File metadata and controls

44 lines (28 loc) · 882 Bytes
description
VerneMQ can be installed on CentOS-based systems using the binary package we provide.

Installing on CentOS and RHEL

Install VerneMQ

Once you have downloaded the binary package, execute the following command to install VerneMQ:

sudo yum install vernemq-<%= latest_version() %>-1.el7.centos.x86_64.rpm

or:

sudo rpm -Uvh vernemq-<%= latest_version() %>-1.el7.centos.x86_64.rpm

Activate VerneMQ node

Once you've installed VerneMQ, start it on your node:

service vernemq start

Verify your installation

You can verify that VerneMQ is successfully installed by running:

rpm -qa | grep vernemq

If VerneMQ has been installed successfully vernemq is returned.

Next Steps

Now that you've installed VerneMQ, check out How to configure VerneMQ.