Installation
go install github.com/macawls/ogre/cmd/ogre@latestThis installs the ogre binary to your $GOPATH/bin.
Go library
Section titled “Go library”go get github.com/macawls/ogre@latestThen import it:
import "github.com/macawls/ogre"Docker
Section titled “Docker”docker build -t ogre .docker run -p 3000:3000 ogreThe Dockerfile uses a multi-stage build. The final image uses Google’s distroless base and contains only the static binary. The container starts in server mode on port 3000.
Requirements
Section titled “Requirements”- Go 1.25 or later (for CLI and library)
- Docker (optional, for containerized deployment)