777 B
777 B
title, menuTitle, description, aliases, keywords, labels, weight
| title | menuTitle | description | aliases | keywords | labels | weight | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Building from sources | Building from sources | Building instructions for Grafana-Zabbix. |
|
|
210 |
Building from sources
If you want to build a package yourself, or contribute - here is a guide for how to do that.
Prerequisites
Building
Install dependencies
make install
Build plugin (for all platforms)
make dist
To run frontend and rebuild on file change
make run-frontend
To run backend and rebuild on file change
make run-backend
Run tests
make test