Local Relay Network
The local relay network stands up the same stack as production on your development machine: the Qumo control plane (qumo-deploy), the peer-discovery service, a single-node
Nomad scheduler, Consul for service discovery, and a relay node submitted as a
real Nomad job.
Quickstart
Run one command from the repository root:Architecture
Prerequisites
- CockroachDB: Reachable via
DATABASE_URL(runmage integ:setupto write credentials). - Nomad & Consul: Available on your PATH in dev mode.
- Qumo Relay binary: Built from
github.com/qumo-dev/qumo.