- Feb 26, 2015
- 889
- 64
- 59
INSTALL: To view the link, you must: Sign In or Sign Up
-------------------------------------------------------------------------------------------------------------------------------------------------------
Then check you port: To view the link, you must: Sign Inor Sign Up
if you get [ 404 page not found ] then then install was 100%
Port: 8083 don't work anymore with the version above 1.1.0
To view the link, you must: Sign Inor Sign Up
-------------------------------------------------------------------------------------------------------------------------------------------------------
Code:
sudo apt-get update && sudo apt install apt-transport-https curl
Code:
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
Code:
echo "deb https://repos.influxdata.com/debian stretch stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
Code:
sudo apt-get update && sudo apt-get install influxdb
Code:
sudo systemctl restart influx
Code:
sudo systemctl start influx
Code:
sudo service influx start
Then check you port: To view the link, you must: Sign In
if you get [ 404 page not found ] then then install was 100%
Port: 8083 don't work anymore with the version above 1.1.0
To view the link, you must: Sign In
Last edited: