|
|
|
@ -30,13 +30,13 @@
|
|
|
|
|
- Download Chartwerk panel |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
wget https://github.com/chartwerk/grafana-chartwerk-app/archive/0.3.3.zip |
|
|
|
|
wget https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/84b82bad6167661991ba8f31ad574079/corpglory-chartwerk-panel-0.4.0.zip |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Unpack downloaded files |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
unzip 0.3.3.zip |
|
|
|
|
unzip corpglory-chartwerk-panel-0.4.0.zip |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
- Restart grafana-server |
|
|
|
@ -54,6 +54,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://github.com/chartwerk/grafana-chartwerk-app/archive/0.3.3.zip;corpglory-chartwerk-panel" \ |
|
|
|
|
-e "GF_INSTALL_PLUGINS=https://gitlab.com/chartwerk/grafana-chartwerk-panel/uploads/84b82bad6167661991ba8f31ad574079/corpglory-chartwerk-panel-0.4.0.zip;corpglory-chartwerk-panel" \ |
|
|
|
|
grafana/grafana |
|
|
|
|
``` |
|
|
|
|