Quick Start
Get infrapage running locally in 5 minutes with Docker or from source.
Quick Start
Get infrapage up and running locally. You can use Docker for the fastest setup or build from source if you prefer.
Prerequisites
You'll need:
- MongoDB — A running MongoDB instance (local or cloud)
- Docker (recommended) or Rust toolchain (for building from source)
1
Start MongoDB
If you don't have MongoDB running, start it with Docker:
bash
2
Run infrapage
bash
3
Open the Dashboard
Navigate to http://localhost:8080/dashboard to start building your first page.
Note
When the FerrisKey authentication environment variables (FERRISKEY_URL, FERRISKEY_REALM, FERRISKEY_CLIENT_ID, FERRISKEY_CLIENT_SECRET) are not all set, infrapage runs in open mode — all admin endpoints are accessible without login. This is perfect for local development and private deployments.