|
|
|
@ -27,7 +27,7 @@
|
|
|
|
|
- Download Chartwerk panel |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
wget https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/84b82bad6167661991ba8f31ad574079/corpglory-chartwerk-panel-0.4.0.zip |
|
|
|
|
wget https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/117d957cd20276826cd092becb62dd30/corpglory-chartwerk-panel-0.4.0.zip |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Unpack downloaded files |
|
|
|
@ -51,6 +51,6 @@ You can install Chartwerk panel to Grafana in Docker passing it as environment v
|
|
|
|
|
```bash |
|
|
|
|
docker run \ |
|
|
|
|
-p 3000:3000 \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/84b82bad6167661991ba8f31ad574079/corpglory-chartwerk-panel-0.4.0.zip;corpglory-chartwerk-panel" \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/117d957cd20276826cd092becb62dd30/corpglory-chartwerk-panel-0.4.0.zip;corpglory-chartwerk-panel" \ |
|
|
|
|
grafana/grafana |
|
|
|
|
``` |
|
|
|
|