Installing on CentOS and RHEL
VerneMQ can be installed on CentOS-based systems using the binary package we provide.
Last updated
Was this helpful?
VerneMQ can be installed on CentOS-based systems using the binary package we provide.
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.rpmor:
sudo rpm -Uvh vernemq-<%= latest_version() %>-1.el7.centos.x86_64.rpmOnce you've installed VerneMQ, start it on your node:
service vernemq startYou can verify that VerneMQ is successfully installed by running:
rpm -qa | grep vernemqIf VerneMQ has been installed successfully vernemq is returned.
Now that you've installed VerneMQ, check out How to configure VerneMQ.
Last updated
Was this helpful?
Was this helpful?