Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created October 22, 2017 18:15
Show Gist options
  • Save LarsBergqvist/3b6af1f46ff6bd301cb0aff14d433fda to your computer and use it in GitHub Desktop.
Save LarsBergqvist/3b6af1f46ff6bd301cb0aff14d433fda to your computer and use it in GitHub Desktop.
Grafana installation for Raspberry Pi with Jessie / Debian 8
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