Yasen Pramatarov b6567e2ef1 | ||
---|---|---|
CHANGELOG.md | ||
LICENSE | ||
README.md | ||
go.mod | ||
go.sum | ||
jilo-server.conf | ||
main.go |
README.md
jilo-server
overview
Jilo Server - server component of Jilo written in Go.
license
This project is licensed under the GNU General Public License version 2 (GPL-2.0). See LICENSE file.
installation
Clone the git repo. Either run the server with Go or build it and run the executable.
Run it (mainly used for tests):
go run main.go
Build the agent:
go build -o jilo-server main.go
configuration
The config file is "jilo-server.conf", in the same folder as the "jilo-server" binary.
You can run the server without a config file - then default vales are used.
usage
Run the server
./jilo-server