Skip to content

fountain-ops

Deploy fountain yourself — or hand the prompt below to your agent and let it drive.
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 check
for — install it first if this machine lacks it (`brew install just`, or a
pinned release from https://github.com/casey/just/releases).
`just doctor` says what else is missing and how to install it.
Then: npm install && just up
When it reports green, run `just forward` and tell me to open
http://localhost:4000/auth/register — my first account self-verifies and
becomes the admin, so have me register before anything else.
If I asked for durable, read
https://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, read
https://intentius.io/fountain-ops/getting-started/real-cluster/ and walk me
through its decisions instead of guessing them.
When a step fails, re-run that step — `just --list` names them all — not
the whole loop. https://intentius.io/fountain-ops/status/ is authoritative
about what is verified to work; trust it over any other page.
  • Quickstarttier=light on a laptop: one command, register, you are the admin
  • Make it durabletier=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