emq 简单安装
Posted signal
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了emq 简单安装相关的知识,希望对你有一定的参考价值。
简单安装
#关防火墙 systemctl disable firewalld #下载 cd /usr/local/src wget https://www.emqx.io/downloads/broker/v3.2.6/emqx-centos7-v3.2.6.x86_64.rpm #安装 rpm -ivh emqx-centos7-v3.2.6.x86_64.rpm #设置为开机启动 systemctl enable emqx # 装网络工具 yum install -y net-tools #查看端口 netstat -anlp
以上是关于emq 简单安装的主要内容,如果未能解决你的问题,请参考以下文章