Grafana install: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
Zeile 2: Zeile 2:
 
*wget https://dl.grafana.com/oss/release/grafana_6.4.2_amd64.deb
 
*wget https://dl.grafana.com/oss/release/grafana_6.4.2_amd64.deb
 
*sudo dpkg -i grafana_6.4.2_amd64.deb
 
*sudo dpkg -i grafana_6.4.2_amd64.deb
 +
 
=Install over repository=
 
=Install over repository=
 
==Install software-properties-common==
 
==Install software-properties-common==

Version vom 10. Oktober 2019, 08:32 Uhr

Only the package

Install over repository

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