Building on BSD, Linux, and MacOS
Ensure that you have Golang 1.23.0 or above installed.
To build, clone the repo and run go build ./sis/
.
git clone https://gitlab.com/sis-suite/smallnetinformationservices
cd smallnetinformationsystems
go build -o build/ ./sis/
You can then run SIS using the following command, providing it the root directory that all SIS configuration and server serve directories should be stored:
./build/sis start /path/to/SIS/directory
SIS will auto-generate a TLS certificate for the Gemini SIS Manager interface. By default, SIS Manager uses the address gemini://localhost:1995/
.