Installation
1) Install License Monitor
Section titled “1) Install License Monitor”From the license-monitor repository:
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
2) Install License Server Detail
Section titled “2) Install License Server Detail”From the license-server-detail repository:
bun installbun run buildDevelopment run:
bun run devProduction run:
bun run start3) Start Convex backend
Section titled “3) Start Convex backend”From license-server-detail:
bun run convex:devFor production deployments, use:
bun run convex:deploy4) Validate binaries and ports
Section titled “4) 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