Commit 23b3e8a
docs: add comprehensive installation & deployment guide
docs/04-installation.md covers all install scenarios:
- Fresh install (one-click script, curl pipe, manual)
- Updating an existing install (update.sh flow, backup/restore, rollback)
- Branch/tag installs via --ref / WR_REF (with auto tag-vs-branch detection)
- Service management (start.sh vs start.py, port differences, custom ports)
- Docker compose deployment
- Directory structure and what update.sh preserves vs updates
- .env configuration reference (SQLite/MySQL, ports, Redis, New-API)
- Troubleshooting (download fail, missing Go/Python, port conflicts,
git pull conflicts, post-update rollback, log locations)
- install.sh/update.sh parameter cheat sheet
README: link to the new guide from Quick Start, fix default password
(admin123 -> admin123456), list 04-installation.md in project tree.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 60e99a7 commit 23b3e8a
2 files changed
Lines changed: 708 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
118 | 120 | | |
119 | 121 | | |
120 | 122 | | |
| |||
163 | 165 | | |
164 | 166 | | |
165 | 167 | | |
166 | | - | |
| 168 | + | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
| |||
284 | 286 | | |
285 | 287 | | |
286 | 288 | | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
287 | 293 | | |
288 | 294 | | |
289 | 295 | | |
| |||
0 commit comments