Giter Club home page Giter Club logo

Comments (2)

vimagick avatar vimagick commented on August 17, 2024 1

It can be extracted from deb package.

from grafana-on-raspberry.

fg2it avatar fg2it commented on August 17, 2024

@wilsonmar I am not sure to understand correctly what you are wanting. Strictly speaking, the first part of your sentence would mean for me to provide grafana-server and grafana-cli, the "executables". But, the last part of your sentence ("re-compile") shed some doubt on this interpretation.

Currently, I provide .deb and tar.gz in the release section for rpi 2/3 and .deb on debian repo, hosted on bintray, for rpi1 and rpi 2/3 (see the wiki for details).

So, If you want "executables", you don't have to re-compile yourself. It is a simple matter of downloading and extracting. This is quite obvious with .tar.gz, eg :

$ curl -LO https://github.com/fg2it/grafana-on-raspberry/releases/download/v4.0.0-beta2-testing/grafana-4.0.0-1479761438beta2.linux-armhf.tar.gz
$ tar xvfz grafana-4.0.0-1479761438beta2.linux-armhf.tar.gz
#grafana-cli and grafana-server are in ./grafana-4.0.0-1479761438beta2/bin

(you can even avoid to extract the full .tar.gz with some less used tar option).

But it is also quite easy to extract from .deb as said by @vimagick :

$ curl -LO https://github.com/fg2it/grafana-on-raspberry/releases/download/v4.0.0-beta2-testing/grafana_4.0.0-1479761438beta2_armhf.deb
$ dpkg -x grafana_4.0.0-1479761438beta2_armhf.deb ./grafana_4.0.0-beta2
#grafana-cli and grafana-server are in grafana_4.0.0-beta2/usr/sbin/

(if you are looking for pi1, see the bintray repo for download link)

Finally, what is your use case ? grafana needs some files other than the 2 executables.

from grafana-on-raspberry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.