您的位置:首页 > 其它

Install Influxdb in Ubuntu 16.04 LTS

2018-03-01 19:02 597 查看

add key

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

add sources

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

update

apt update

install

lwk@qwfys ~ $ apt install influxdb

start

sudo service influxdb start

use

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

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

sudo netstat -naptu | grep LISTEN | grep influxd
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Influxdb Ubuntu