Files
grafana-zabbix/docs/sources/installation/run_from_master.md
2021-03-16 17:54:50 +03:00

641 B

page_title: Run Grafana-Zabbix from master page_description: Building instructions for Grafana-Zabbix.

Run from master

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