34 lines
924 B
Markdown
34 lines
924 B
Markdown
|
|
# AZA - Master Handover / Operational Runbook
|
||
|
|
|
||
|
|
## Working Mode Rules
|
||
|
|
|
||
|
|
- User does not tinker or manually edit files.
|
||
|
|
- Always provide 1:1 Composer patches (usually Opus).
|
||
|
|
- One step at a time.
|
||
|
|
|
||
|
|
## Current Status
|
||
|
|
|
||
|
|
- Step 14 PASS: Docker/Compose smoke test complete.
|
||
|
|
- Next: fix CSE access + integrate /api/events/live into desktop congress UI.
|
||
|
|
|
||
|
|
## Key Commands
|
||
|
|
|
||
|
|
**Local start:**
|
||
|
|
```
|
||
|
|
cd "C:\Users\surov\Documents\AZA\backup 24.2.26"
|
||
|
|
powershell -ExecutionPolicy Bypass -File .\deploy\local_reset_and_start.ps1
|
||
|
|
```
|
||
|
|
|
||
|
|
**Tests:**
|
||
|
|
```
|
||
|
|
powershell -ExecutionPolicy Bypass -File .\deploy\authorized_status.ps1
|
||
|
|
powershell -ExecutionPolicy Bypass -File .\deploy\smoke_suite.ps1
|
||
|
|
powershell -ExecutionPolicy Bypass -File .\deploy\docker_smoke.ps1
|
||
|
|
```
|
||
|
|
|
||
|
|
## Do-Not-Break Rules
|
||
|
|
|
||
|
|
1. Do not change existing API response formats (especially /license/status).
|
||
|
|
2. Do not modify auth/security mechanisms.
|
||
|
|
3. Do not log or print secrets/tokens/keys.
|