docs: module dossier + install/quickstart sync for truthful cutover sprints
- API_CLI_REFERENCE.md, INSTALL_GUIDE.md, quickstart.md, architecture/integrations.md, dev/DEV_ENVIRONMENT_SETUP.md, integrations/LOCAL_SERVICES.md: reflect real-service wiring. - docs/modules/**: module dossier updates across the modules touched by SPRINT_20260415_001..007 + SPRINT_20260416_003..017 + SPRINT_20260417_018..024 + SPRINT_20260418_025 + SPRINT_20260419_026. - docs/features/checked/web/**: update feature notes where UI changed. - docs/qa/feature-checks/runs/web/evidence-presentation-ux/: QA evidence artifacts. - docs/setup/**, docs/technical/**: align with setup wizard contracts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -83,25 +83,11 @@ To skip builds and only start infrastructure:
|
||||
```powershell
|
||||
docker compose -f devops/compose/docker-compose.stella-ops.yml ps
|
||||
```
|
||||
3. Preview demo seeding:
|
||||
```powershell
|
||||
dotnet run --project src/Cli/StellaOps.Cli/StellaOps.Cli.csproj -- `
|
||||
admin seed-demo --dry-run `
|
||||
--connection "Host=127.1.1.1;Port=5432;Database=stellaops_platform;Username=stellaops;Password=stellaops"
|
||||
```
|
||||
4. Seed demo data:
|
||||
```powershell
|
||||
dotnet run --project src/Cli/StellaOps.Cli/StellaOps.Cli.csproj -- `
|
||||
admin seed-demo --confirm `
|
||||
--connection "Host=127.1.1.1;Port=5432;Database=stellaops_platform;Username=stellaops;Password=stellaops"
|
||||
```
|
||||
5. Open **https://stella-ops.local**.
|
||||
6. Log in with the demo admin account:
|
||||
- **Username**: `admin`
|
||||
- **Password**: `Admin@Stella2026!`
|
||||
- **Tenant**: demo-prod (selected automatically)
|
||||
3. Open **https://stella-ops.local**.
|
||||
4. Complete the setup wizard and create the first administrator account for this install.
|
||||
5. Sign in with the credentials you just created.
|
||||
|
||||
Additional demo accounts: `operator`, `viewer`, `auditor`, `developer` (same password pattern).
|
||||
Optional demo datasets are manual-only and not part of the default bootstrap path. If you explicitly need them for demo purposes, use the manual seeding section in [DEV_ENVIRONMENT_SETUP.md](dev/DEV_ENVIRONMENT_SETUP.md).
|
||||
|
||||
## What's running
|
||||
|
||||
@@ -136,8 +122,7 @@ docker compose -f devops/compose/docker-compose.stella-ops.yml --profile sigstor
|
||||
| `health=starting` for RustFS during setup | Advisory startup lag | Wait 30-60 seconds and re-check `docker compose ... ps` |
|
||||
| `stellaops-dev-rekor` restarting without `--profile sigstore` | Optional profile container from older runs | Non-blocking for default setup; ignore or clean old container |
|
||||
| `SM remote service probe failed (localhost:56080)` in `stella --verbose ...` or crypto diagnostics | Optional China SM Remote plugin probe | Non-blocking for default crypto profile; ordinary CLI payload commands now suppress this startup noise |
|
||||
| `admin seed-demo --confirm` fails with `scheduler_exceptions_tenant_isolation already exists` | Outdated Scheduler migration scripts | Pull latest code and rerun seeding |
|
||||
| Seed endpoint still returns HTTP 500 after patching source | Running old container image | Rebuild/restart platform image and retest |
|
||||
| Manual demo seed endpoint still returns HTTP 500 after patching source | Running old container image | Rebuild/restart platform image and retest |
|
||||
| Port conflicts | Local process already using mapped port | Override in `devops/compose/.env` (`devops/compose/env/stellaops.env.example`) |
|
||||
|
||||
## Next steps
|
||||
|
||||
Reference in New Issue
Block a user