Grafana install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
(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…“)
 
 
(16 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
=Install software-properties-common=
+
*[[Grafana Normale Installation]]
*sudo apt-get install -y software-properties-common
+
*[[Grafana Docker Installation]]
=Install the repository for stable releases=
 
*sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
 
=Add our gpg key. This allows you to install signed packages=
 
*wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
 
=Update your Apt repositories and install Grafana=
 
*sudo apt-get update
 
*sudo apt-get install grafana
 

Aktuelle Version vom 19. November 2021, 14:35 Uhr