Influxdb install
Version vom 10. Oktober 2019, 07:38 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Add the influxdata Key= *sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - =Add the influxdata repository= *source /etc/lsb-release…“)
Add the influxdata Key
- sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
Add the influxdata repository
- source /etc/lsb-release
- echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
Now update the repository and install the 'influxdb' package using the apt command below
- sudo apt update
- sudo apt install influxdb -y