Install Influxdb & Grafana easy
#1
Maybe to share for others that want to have this installed and find that it is hard to find the right sources for the pine64

influxdb installation
The standard download page does not show the right pine packages

use the following
Code:
curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
sudo source /etc/lsb-release
echo "deb https://repos.influxdata.com/${DISTRIB_ID,,} ${DISTRIB_CODENAME} stable" | sudo tee -a /etc/apt/sources.list.d/influxdb.list

After that simply install with
Code:
sudo apt-get update
sudo apt-get install influxdb




Grafana Installation
mainly coming from https://github.com/fg2it/grafana-on-raspberry/wiki

To get it working on the pine use the rpi2/rpi3 package.
You can install it by hand accoring to the instructions in the wiki.

If you want to keep it up2date you best use the apt installation. 


Code:
sudo apt-get install apt-transport-https curl
curl https://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
echo "deb [arch=armhf] https://dl.bintray.com/fg2it/deb jessie main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

the key difference here with the standard instructions is:
deb [arch=armhf] https://dl.bintray.com/fg2it/deb jessie main

Once done you can simply install

Code:
sudo apt-get update
sudo apt-get install grafana

Hope this helps you
#2
Hi, thanks for writing this down!
Come have a chat in the Pine IRC channel >>


Possibly Related Threads…
Thread Author Replies Views Last Post
  Install OpenWrt on A64+ without serial? JuniperFury 5 5,781 12-25-2021, 10:31 AM
Last Post: guenther
  Is possible to install Home Assistant on pine64 2gb? polv89 1 6,704 04-02-2018, 05:22 PM
Last Post: tllim
  kodi install on A64, 2GB gychang49 1 4,950 10-02-2016, 07:32 AM
Last Post: MarkHaysHarris777
  Install PlayBox Enclosure - pics sarts0703 1 3,056 09-05-2016, 04:29 PM
Last Post: jodybrown99
  Which OS will you install into your Pine 64? 7777777 21 25,641 04-26-2016, 12:19 PM
Last Post: Leoncito81

Forum Jump:


Users browsing this thread: 1 Guest(s)