mirror of
https://github.com/Icinga/icingadb.git
synced 2026-05-28 04:35:54 -04:00
593 B
593 B
Installing Icinga DB from Source
Using go install
You can build and install icingadb as follows:
go install github.com/icinga/icingadb@latest
This should place the icingadb binary in your configured $GOBIN path which defaults to $GOPATH/bin or
$HOME/go/bin if the GOPATH environment variable is not set.
Build from Source
Download or clone the source and run the following command from the source's root directory.
go build -o icingadb cmd/icingadb/main.go