Skip to main content

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:
This starts all control plane services and brings up local relay nodes.

Architecture

Prerequisites

  • CockroachDB: Reachable via DATABASE_URL (run mage integ:setup to write credentials).
  • Nomad & Consul: Available on your PATH in dev mode.
  • Qumo Relay binary: Built from github.com/qumo-dev/qumo.