Commit 11a21a6
fix(deploy): use 5050 for Flask port in install.sh start.sh
install.sh generated a start.sh that hardcoded port 5000 for Flask,
but WebRouter's standard port is 5050 (per start.py defaults and the
rest of the codebase). 5000 is a different project's Flask service.
Align install.sh to 5050 so both start.sh and start.py behave the same.
docs/04-installation.md: drop the now-obsolete port-difference note;
both startup paths use 5050 (Flask) + 5051 (wr-proxy).
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 23b3e8a commit 11a21a6
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
| 235 | + | |
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments