个人笔记,不喜请饶路
emq是采用erlang语言开发的MQ消息服务器,安装前先安装erlang环境支持
yum install erlang -y
1、下载
[root@test src]# wget -c https://www.emqx.cn/downloads/broker/v4.2.7/emqx-centos7-4.2.7-x86_64.zip
2、解压、启动
[root@test src]# unzip emqx-centos7-4.2.7-x86_64.zip -d /usr/local/
[root@test src]# cd /usr/local/emqx/
[root@test emqx]# ll
total 4
drwxr-xr-x 2 root root 324 Jan 29 13:52 bin
drwxr-xr-x 5 root root 94 Jan 29