-
-
Notifications
You must be signed in to change notification settings - Fork 8
Installation from source
rozetko edited this page Sep 29, 2020
·
7 revisions
- nodejs >= 6.14
- Grafana 6.2.0 or higher
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
<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 (if it is running)
- 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
- type in
- For Grafana installed via Standalone Linux Binaries: