This is the backend server for OpenSource Open softwares.
go get
go build main.go
./main
then open [http://localhost:8180]
- Document development docs
- 中文文档见 开发文档
To enable elastic apm, set below environment variables.
export ELASTIC_APM_SERVICE_NAME=example
# Set custom APM Server URL (default: http://localhost:8200)
export ELASTIC_APM_SERVER_URL=
# Use if APM Server requires a token
export ELASTIC_APM_SECRET_TOKEN=
export ELASTIC_APM_ENVIRONMENT="production"
See the documentation for advanced configuration.