Once you have downloaded the binary package, execute the following command to install VerneMQ:
sudo yum install vernemq-<VERSION>.centos7.x86_64.rpm
or:
sudo rpm -Uvh vernemq-<VERSION>.centos7.x86_64.rpm
To use the provided binary packages the VerneMQ EULA must be accepted. See Accepting the VerneMQ EULA for more information.
Once you've installed VerneMQ, start it on your node:
service vernemq start
You can verify that VerneMQ is successfully installed by running:
rpm -qa | grep vernemq
If VerneMQ has been installed successfully vernemq
is returned.
Now that you've installed VerneMQ, check out How to configure VerneMQ.