一 下载地址
需要翻墙 https://portal.influxdata.com/downloads
二 安装
解压后对配置文件influxdb.conf进行修改,修改项(红字部分)如下:
1.全局部分
# Once every 24 hours InfluxDB will report usage data to usage.influxdata.com
# The data includes a random ID, os, arch, version, the number of series and other
# usage data. No data from user databases is ever transmitted.
# Change this option to true to disable reporting.
reporting-disabled =true
bind-address = ":8087"
2.[admin]部分
# Determines whether the admin service is enabled.
enabled = true
# The default bind address used by the admin service.
bind-address = ":8083"
三 启动
通过cmd命令窗口,切换到influxDB目录,执行以下命令:
influxd -config influxdb.conf
在浏览器中打开 http://localhost:8083