This project is intended to monitor web applications that are in production
- Docker
docker-compose build
- MacOS
Download Golang from Website and extract files to /usr/local/go
- Linux
Download Golang Binaries from Website and extract files to /usr/local/go/bin
. Add executable to PATH:
export PATH=$PATH:/usr/local/go/bin
With Docker
docker-compose up app
Native OS
go get ./...
go run cmd/main.go
With Docker
docker-compose up test
Native OS
go test ./...
golangci-lint run -v