DevOpsLedger releases ship a self-hosted demo package for people who want to evaluate the API, web portal, and worker without cloning the full repository.
Use it as the short, buyer-facing walkthrough: a platform lead can see the product story, run the stack, inspect the API, and verify the on-prem posture in one pass.
The package includes:
- API, web portal, and worker image references
- Docker Compose release file
- Helm chart
- Environment variable reference
- Architecture, data model, on-prem, security, product, and go-to-market docs
- Demo GIF at
docs/assets/demo.gif
make package VERSION=v1.2.0The archive is written to:
dist/devopsledger-v1.2.0-demo-package.tar.gz
tar -xzf devopsledger-v1.2.0-demo-package.tar.gz
cd devopsledger-v1.2.0-demo-package
cp env.example .env
DEVOPSLEDGER_VERSION=1.2.0 docker compose -f deploy/docker-compose/docker-compose.release.yml up -dOpen:
- API health:
http://localhost:8000/health - API docs when
ENABLE_DOCS=true:http://localhost:8000/docs - Web portal:
http://localhost:3000
The demo package keeps the CE defaults: offline mode on, telemetry off, and no required SaaS credentials.
For a polished demo, walk through this order:
- Open the web portal at
http://localhost:3000. - Show the dashboard metrics and changed-resource timeline.
- Open
http://localhost:8000/healthto prove the API is live. - Enable
ENABLE_DOCS=trueand openhttp://localhost:8000/docsfor the API surface. - Show
docs/architecture.md,docs/security-model.md, anddocs/on-prem.mdto make the self-hosted story concrete.
The selling point is simple: DevOpsLedger turns an infrastructure change from a scattered trail of PRs, diffs, approvals, incidents, and memories into one record a team can trust later.