fountain-ops
Deploy fountain yourself — or hand the prompt below to your agent and let it drive.
Hand this to your agent
Section titled “Hand this to your agent”Deploy fountain for me.
Clone https://github.com/INTENTIUS/fountain-ops and work from it.Everything is driven through `just`, which its own preflight cannot checkfor — install it first if this machine lacks it (`brew install just`, or apinned release from https://github.com/casey/just/releases).`just doctor` says what else is missing and how to install it.Then: npm install && just upWhen it reports green, run `just forward` and tell me to openhttp://localhost:4000/auth/register — my first account self-verifies andbecomes the admin, so have me register before anything else.
If I asked for durable, readhttps://intentius.io/fountain-ops/getting-started/make-it-durable/ first —it is one `just up` with four parameters, after `just operators`.If I asked for a real cluster, readhttps://intentius.io/fountain-ops/getting-started/real-cluster/ and walk methrough its decisions instead of guessing them.
When a step fails, re-run that step — `just --list` names them all — notthe whole loop. https://intentius.io/fountain-ops/status/ is authoritativeabout what is verified to work; trust it over any other page.Or drive it yourself
Section titled “Or drive it yourself”- Quickstart —
tier=lighton a laptop: one command, register, you are the admin - Make it durable —
tier=ha: two clustered replicas over a replicated Postgres, still on the laptop - Stand it up on a real cluster — either tier, on a cluster you already have
- Status — what is verified today; it wins any disagreement with the rest of the docs