- Download Build
- Download the latest build from GitHub Release
- Download from latest build on GitHub Actions. Just go to latest successful build, in top right corner click on artifacts and download version for your system.
- Go to your command line and run downloaded app from there
- Admin Panel is default on port 7778 and Log Server is default on port 7777
You can configure some things through Environment Variables:
GELS_LOG_SERVER_PORT
- port of log serverGELS_LOG_SERVER_LOGFILE
- log file of log serverGELS_ADMIN_SERVER_PORT
- port of admin serverGELS_ADMIN_SERVER_LOGFILE
- log file of admin server
- Go to your GOPATH and in right directory (
%GOPATH%/src/github.com/patrykjadamczyk/go-echo-log-server
) clone repo go run main.go
is starting app