Cronograf Install

Aus Xinux Wiki
Version vom 11. Oktober 2019, 08:07 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Install curl= *apt install curl -y =Add the influxdata Key= *sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - =Add the influxdata…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Install curl

  • apt install curl -y

Add the influxdata Key

Add the influxdata repository

Ubuntu

  • source /etc/lsb-release

Debian

  • export DISTRIB_ID=debian
  • export DISTRIB_CODENAME=stretch

Add repo

Now update the repository and install the 'chronograf' package using the apt command below

  • sudo apt update
  • sudo apt install chronograf -y