48566993f6
Product layout for Lumina / Salon_Assistant at 0.1.0-design. No product implementation until explicit build.
32 lines
965 B
Markdown
32 lines
965 B
Markdown
# 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 |
|
||
| S3–S5 | 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) (S1–S5).
|