Installation
-
Install License Monitor
Section titled “Install License Monitor”From the
license-monitorrepository:Terminal window cargo build --release./target/release/license-monitor --versionIf you use the included installer scripts, use the repo-local scripts:
- Linux:
scripts/install.sh - Windows:
scripts/install.ps1
- Linux:
-
Install License Server Detail
Section titled “Install License Server Detail”From the
license-server-detailrepository:Terminal window bun installbun run buildDevelopment run:
Terminal window bun run devProduction run:
Terminal window bun run start -
Start Convex backend
Section titled “Start Convex backend”From
license-server-detail:Terminal window bun run convex:devFor production deployments, use:
Terminal window bun run convex:deploy -
Validate binaries and ports
Section titled “Validate binaries and ports”- License Monitor health:
curl http://127.0.0.1:8080/api/health - License Server Detail health:
curl http://127.0.0.1:3000/api/health
- License Monitor health: