From d66d9893085c5c5ce68efa35673d2609db0c4d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Tue, 14 Apr 2015 16:28:57 +0200 Subject: [PATCH] Updated debian install instructions with apt repo --- docs/sources/installation/debian.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/sources/installation/debian.md b/docs/sources/installation/debian.md index 2c8e00a1702..12e34b2cc2a 100644 --- a/docs/sources/installation/debian.md +++ b/docs/sources/installation/debian.md @@ -18,6 +18,27 @@ Description | Download $ sudo apt-get install -y adduser libfontconfig $ sudo dpkg -i grafana_2.0.0-beta3_amd64.deb +## APT Repository +Add the following line to your `/etc/apt/sources.list` + + deb https://packagecloud.io/grafana/testing/debian/ wheezy main + +Use the above line even if you are on Ubuntu or another debian version. + +Then add the [Package Cloud](https://packagecloud.io/grafana) key used to sign packages. + + $ curl https://packagecloud.io/gpg.key | sudo apt-key add - + +Update apt and install Grafana + + $ sudo apt-get update + $ sudo apt-get install grafana + +On some older versions of Ubuntu and Debian you may need to install `apt-transport-https`, +needed to fetch packages over HTTPS. + + $ sudo apt-get install -y apt-transport-https + ## Package details - Installs binary to `/usr/sbin/grafana-server`