fg2it / grafana-on-raspberry

Grafana packages for raspberry pi (armv6/armv7) and aarch64/arm64
310 stars 32 forks source link

Not clear what to do #2

Closed delchrys closed 8 years ago

delchrys commented 8 years ago

It is still not clear what I have to do to install grafana on my rpi2. Do I download the. Deb FILe and build it or do I have to do the whole procedure in the Readme file?

fg2it commented 8 years ago

@delchrys Sorry for being unclear. You have two ways :

#jessie
cd /tmp
curl -LO https://raw.githubusercontent.com/fg2it/grafana-on-raspberry/master/jessie/v2.6.0/grafana_2.6.0_armhf.deb
sudo dpkg -i grafana_2.6.0_armhf.deb

I didn't provide a .deb for grafana v2.6.0 on wheezy so for now, you cannot have the easy way if you are running wheezy and want v2.6.0. But, you can still have the easy way on wheezy if you accept older version.

In case you wonder if you are running jessie or wheezy, you can check that using

cat /etc/debian_version

If the answer is 8.0, you're on jessie. If it is 7, you're on wheezy.

I plan to provide the v2.6.0 .deb for wheezy soon.

Hope it helps.

delchrys commented 8 years ago

And then that's it.? Grafana installed? Wow hope it works, thanks

fg2it commented 8 years ago

Yes, then it is install. Then you can see the official documentation for how to configure and start it.