博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos安装emqtt_benchmark
阅读量:5916 次
发布时间:2019-06-19

本文共 626 字,大约阅读时间需要 2 分钟。

1、安装 EPEL扩展源

Centos5安装

32位:rpm -ivh http://dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
64位:rpm -ivh http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm

Centos6安装

32位:rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
64位:rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm

 2、安装erlang

1
#yum install -y erlang

3、安装git

1
 
#yum install -y git

4、安装emqtt_benchmark

1
2
3
#git clone https://github.com/emqtt/emqtt_benchmark
#cd emqtt_benchmark
#make

这就安装好了

本文转自 jackjiaxiong 51CTO博客,原文链接:http://blog.51cto.com/xiangcun168/1922383

转载地址:http://jqwvx.baihongyu.com/

你可能感兴趣的文章
JavaScript继承(四)——原型式继承
查看>>
Greenplum 数据的装载与卸载
查看>>
Objective C运行时(runtime)技术总结,好强大的runtime
查看>>
微信小游戏开发,需要用到哪些接口?
查看>>
hibernate一级缓存和二级缓存的区别
查看>>
技术公众号
查看>>
[转] Linux下使用PyInstaller打包Python程序
查看>>
ubuntu 13.10下设立使用双拼/谷歌拼音等输入法(安装fcitx)
查看>>
GROUP BY GROUPING SETS
查看>>
简单笔记
查看>>
Object NSLog
查看>>
python小知识点总结
查看>>
我的核心价值观
查看>>
1041
查看>>
《SqlServer 系列》 - 动态执行t-sql
查看>>
libcurl CURLcode
查看>>
阿里云 Ubuntu14.04安装PHP+MySQL+Apache
查看>>
sftp 限制用户登陆指定目录
查看>>
制造业云ERP软件项目实施风险管理
查看>>
简易连接池
查看>>