Grafana install

Aus Xinux Wiki
Version vom 10. Oktober 2019, 08:03 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=Install software-properties-common= *sudo apt-get install -y software-properties-common =Install the repository for stable releases= *sudo add-apt-repository…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Install software-properties-common

  • sudo apt-get install -y software-properties-common

Install the repository for stable releases

Add our gpg key. This allows you to install signed packages

Update your Apt repositories and install Grafana

  • sudo apt-get update
  • sudo apt-get install grafana