一 下载地址
需要翻墙 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
本文详细介绍了在Windows系统中如何下载并安装InfluxDB,包括从指定下载地址获取软件,解压后修改配置文件influxdb.conf的关键步骤,以及启动InfluxDB服务的方法,如使用命令行启动和通过浏览器访问http://localhost:8083来验证安装成功。
1万+

被折叠的 条评论
为什么被折叠?



