Add installation and initial setup documentation

- Add docs/installation.md covering prerequisites, port usage, Docker startup, local development setup, default accounts, first-run validation, and common setup issues.

- Link the installation guide from the project README and docs index.

- Point deployment documentation to the installation guide for first-time setup.

- Update AGENTS.md and progress documentation to include the new installation guide.
This commit is contained in:
2026-05-02 02:30:08 +08:00
parent 8de3a12dc1
commit e67763fa82
6 changed files with 238 additions and 0 deletions

View File

@@ -207,6 +207,7 @@ npm run test:e2e
│ └── tsconfig.json
├── docs/
│ ├── README.md
│ ├── installation.md
│ ├── requirements.md
│ ├── design.md
│ ├── permissions.md