Skip to content

Instantly share code, notes, and snippets.

@lihaoml
Last active August 30, 2018 01:16
Show Gist options
  • Save lihaoml/44c948470e831dce5e8320874b972c53 to your computer and use it in GitHub Desktop.
Save lihaoml/44c948470e831dce5e8320874b972c53 to your computer and use it in GitHub Desktop.
Setup influxdb service on ubuntu server

installation (check the version and os) https://docs.influxdata.com/influxdb/v1.6/introduction/installation/

ubuntu:

 wget https://dl.influxdata.com/influxdb/releases/influxdb_1.6.2_amd64.deb
 sudo dpkg -i influxdb_1.6.2_amd64.deb

macos:

brew update
brew install influxdb

launch service

influxd

help

influx -h

connect to server

influx -host 'ss.w4ip.com' -port '8086'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment