Skip to content

Installation from source

rozetko edited this page Sep 28, 2018 · 7 revisions

Prerequisites:

Note, that <GRAFANA_PATH>/data/plugins directory will NOT be present until grafana-server was started at least once!

Also possible to create directory manually by typing:

mkdir -p data/plugins
  • Navigate to /plugins directory in <GRAFANA_PATH>/data/plugins
cd $GRAFANA_PATH/data/plugins
  • Clone the repository
git clone https://github.com/CorpGlory/grafana-data-exporter-panel.git
  • Navigate to grafana-data-exporter-panel directory
cd $GRAFANA_PATH/data/plugins/grafana-data-exporter-panel
  • Install necessary dependencies
npm install
  • Build
npm run build
  • Restart grafana-server
    • For grafana installed via Standalone Linux Binaries:
      • Stop any running instances of grafana-server
      • Start grafana-server by: $GRAFANA_PATH/bin/grafana-server
    • For grafana installed via Package Manager:
      • type in systemctl restart grafana-server
Clone this wiki locally