Skip to content

Installation

  1. From the license-monitor repository:

    Terminal window
    cargo build --release
    ./target/release/license-monitor --version

    If you use the included installer scripts, use the repo-local scripts:

    • Linux: scripts/install.sh
    • Windows: scripts/install.ps1
  2. From the license-server-detail repository:

    Terminal window
    bun install
    bun run build

    Development run:

    Terminal window
    bun run dev

    Production run:

    Terminal window
    bun run start
  3. From license-server-detail:

    Terminal window
    bun run convex:dev

    For production deployments, use:

    Terminal window
    bun run convex:deploy
    • 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