- 安装wget
yum install wget - 配置InfluxDB安装
cat <
- 执行安装指令
sudo yum install influxdb
- 启动服务
sudo service influxdb start
- 查看服务启动状态
ps -aux|grep influxdb
- 设置自启动
sudo systemctl start influxdb
- 设置influxDB外网可以访问
cd /etc/influxdb vi influxdb.conf修改[http]节点下的相关属性,配置文件的具体属性可单独查阅。
8. 下载influxdb studio,下载地址
https://github.com/CymaticLabs/InfluxDBStudio/releases
9. 建立连接
10. 查看数据


![[InfluxDB]Centos 7下安装InfluxDB [InfluxDB]Centos 7下安装InfluxDB](http://www.mshxw.com/aiimages/31/335127.png)
