Grafana install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
 
==Install software-properties-common==
 
==Install software-properties-common==
 
*sudo apt-get install -y software-properties-common
 
*sudo apt-get install -y software-properties-common
 +
==Add our gpg key. This allows you to install signed packages==
 +
*wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
 
==Install the repository for stable releases==
 
==Install the repository for stable releases==
 
*sudo add-apt-repository "deb https://packages.grafana.com/oss/deb stable main"
 
*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==
 
==Update your Apt repositories and install Grafana==
 
*sudo apt-get update
 
*sudo apt-get update

Version vom 10. Oktober 2019, 13:54 Uhr

Only the package

Install over repository

Install software-properties-common

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

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

Install the repository for stable releases

Update your Apt repositories and install Grafana

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

Start and enable

  • systemctl start grafana-server
  • systemctl enable grafana-server

Check

  • systemctl status grafana-server