Install instructions from source
Compilation instructions
make the build directory and enter it
mkdir -p build && cd build
run cmake to generate the make file and then build the project
cmake .. && make
test if it's running properly
cd .. && build/hin9
Alpine Linux
to install you need to:
update the repos
apk update
install the apk
apk add hinsightd
inside a container or some other minrootfs, just start the executable
hinsightd
or if you're running directly on a server you need to start the openrc service (might need to add sudo in front), (this has not been tested)
/etc/init.d/hinsightd
notes: * you no longer need to enable the testing repos