Deployment environments
Each installation on a client server is their production. There is no shared staging between organisations: local development is for iteration; the client server is where real work runs.
| Development | Client installation | |
|---|---|---|
| Risk appetite | safe to break and rebuild | bounded by contract and maintenance windows |
| Before you touch | nothing | verified backup |
| Domain | localhost | client domain (*.example.org) |
| Where | operator machine | on-prem or client VPS |
| How to start | make up | bundle in /opt/sis + boot script |
| Auth | off by default in Dev | OIDC (identity provider) in production |
Conversation UI and the ontology catalog are usually separate stacks from the main bundle: they do not start with make up unless the operator wires them in.
For detailed matrices with internal client names, see the authenticated guide at docs.identia.do.