Install Go 1.20 or newer from golang.org.
Go will need a Git client installed in order to fetch all of Hockeypuck's package dependencies.
On Ubuntu:
sudo apt-get install git
git clone https://github.com/hockeypuck/hockeypuck
With Go 1.20 installed, simply run:
make build
Hockeypuck binaries will be in `bin/`. It will also install configuration examples and static files.
Optionally run `sudo make install` to install the executables to `/usr/bin/`.
Run Hockeypuck with:
/path/to/hockeypuck -config /path/to/hockeypuck.conf