structure: sync docs/INSTALL.md

This commit is contained in:
Ty
2026-07-27 16:09:03 +00:00
parent 1faf8c6047
commit c72afcf2b2
+31
View File
@@ -0,0 +1,31 @@
# Install
**Status:** Outline from approved design. Scripts stubbed until **build**.
## Stages
| Stage | Where | Outcome |
|-------|--------|---------|
| S0 | Human | Host per [DEPLOYER_HOST.md](DEPLOYER_HOST.md) |
| S0b | Host script | Docker installed if missing |
| S1 | Host script | Repo env, `.env` from `.env.example` |
| S2 | Host script | Main + aux vision config; vision smoke |
| S3S5 | Host → Compose / `nemohermes` | Stack, sandbox, policy, skills |
| S6 | Host script | Doctor green |
| S7 | Owner + operator connect helpers | Name assistant; connect **their** SaaS/channels |
## Platform commands (normative)
All mutations: `nemohermes` / `openshell` (see [design/research/platform-notes.md](../design/research/platform-notes.md)).
## Intended entrypoints
```bash
./scripts/bootstrap.sh
./scripts/install.sh
./scripts/doctor.sh
```
## After install
[SETUP_UX.md](SETUP_UX.md) · [design/scenarios.md](../design/scenarios.md) (S1S5).