Install

From Binary

Once you collect the version from the Downloads page, simply unzip with the following command:

sudo tar -xvf ./pinglite-<BRANCH>-<VERSION>.tar

Then it is simply a matter of moving the pinglite executable somewhere on the path if you wish it installed globally, or run it from the current directory.

From Source

Once you collect the source from the GitHub Repository, navigate your command line interface to the directory containing the Makefile and execute the command to create the version header. Be sure to pass in which branch you are using (dev/nightly/stable):

./versioning.sh <BRANCH>

Once that completes, you can then execute the make command.

From Source Using Official Images

Windows is currently unsupported, but may be supported in the future. Binaries are compiled to the release directory using the patmconnolly/compiler:latest image in Docker using the following command. Please note that user/group 1001 is useful on my machine but may not be on yours.

docker run --rm -v .:/usr/src/myapp -w /usr/src/myapp --user 1001:1001 patmconnolly/compiler:latest make