INSTALL GOLANG IN CENTOS 7

 install vernemq in centos


Step 1)

 Download the binary exe (Refer https://vernemq.com/downloads/index.html)

here, for CentOS 7 : 

sudo wget https://github.com/vernemq/vernemq/releases/download/1.12.4/vernemq-1.12.4.centos7.x86_64.rpm


Step 2) Install the rpm file downloaded

sudo yum install vernemq-1.12.4.centos7.x86_64.rpm 

3) Accept the EULA

 sudo vi /etc/vernemq/vernemq.conf

 Make  "accept_eula" =yes


 Making accept_eula=yes allows us say yes to the End User Licence Agreement (EULA)

4) Start vernemq

sudo service vernemq start

5) Check if vernemq is installed successfuly

rpm -qa | grep vernemq

This returns the vernemq being installed in the system



---------------------------------------------------------------------------------------------------------------

Comments

Popular posts from this blog

INSTALL GIT IN CENTOS 7

Find go version?

Go : Why 'main' function and why 'main' package