-
-
Notifications
You must be signed in to change notification settings - Fork 11
Installation
rozetko edited this page Feb 15, 2021
·
4 revisions
cd /var/lib/grafana/plugins
wget https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.zip
unzip v1.0.9.zip
sudo service grafana restart
docker run \
-d \
-p 3000:3000 \
--name=grafana \
-e "GF_INSTALL_PLUGINS=https://github.com/CorpGlory/grafana-progress-list/archive/v1.0.9.zip;corpglory-progresslist-panel" \
grafana/grafana
Go to plugins directory:
cd /var/lib/grafana/plugins
git clone https://github.com/CorpGlory/grafana-progress-list.git
cd grafana-progress-list
npm install
npm run build
- Local grafana:
sudo service grafana restart
- Grafana in docker:
docker restart <grafana-container>