Ubuntu 16.04 LTS下安装Influxdb

前端之家收集整理的这篇文章主要介绍了Ubuntu 16.04 LTS下安装Influxdb前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

add key

curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -@H_403_3@ 

add sources

echo "deb https://repos.influxdata.com/ubuntu trusty stable" | sudo tee /etc/apt/sources.list.d/influxdb.list@H_403_3@ 

update

apt update@H_403_3@ 

install

lwk@qwfys ~ $ apt install influxdb@H_403_3@ 

start

sudo service influxdb start@H_403_3@ 

use

打开浏览器 http://127.0.0.1:8086

查看influxdb应用对应的几个端口号有没有正常工作

sudo netstat -naptu | grep LISTEN | grep influxd@H_403_3@ 原文链接:https://www.f2er.com/ubuntu/352498.html

猜你在找的Ubuntu相关文章