Hockeypuck OpenPGP Public Keyserver

1. Build and install from source

2. Prerequisites

2.1. Go

Install Go 1.20 or newer from golang.org.

2.2. Git

Go will need a Git client installed in order to fetch all of Hockeypuck's package dependencies.

On Ubuntu:

sudo apt-get install git

3. Fetch sources

git clone https://github.com/hockeypuck/hockeypuck

4. Build hockeypuck executables

With Go 1.20 installed, simply run:

make build

Hockeypuck binaries will be in `bin/`. It will also install configuration examples and static files.

5. Install

Optionally run `sudo make install` to install the executables to `/usr/bin/`.

Run Hockeypuck with:

/path/to/hockeypuck -config /path/to/hockeypuck.conf

6. Next steps

Authors

Casey Marshall