Created
October 22, 2017 18:15
-
-
Save LarsBergqvist/3b6af1f46ff6bd301cb0aff14d433fda to your computer and use it in GitHub Desktop.
Grafana installation for Raspberry Pi with Jessie / Debian 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install apt-transport-https curl | |
curl https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - | |
echo "deb https://dl.bintray.com/fg2it/deb jessie main" | sudo tee -a /etc/apt/sources.list.d/grafana.list | |
sudo apt-get update | |
sudo apt-get install grafana |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment