s
This commit is contained in:
@@ -10,6 +10,36 @@ sudo bash install-business.sh
|
||||
sudo bash install-all.sh
|
||||
```
|
||||
|
||||
### Acceptance After Install
|
||||
|
||||
On the target Linux node, run the built-in health checks:
|
||||
|
||||
```bash
|
||||
sudo bash doctor.sh
|
||||
sudo bash probe-live.sh
|
||||
```
|
||||
|
||||
From a dev machine, you can also verify the remote node over SSH:
|
||||
|
||||
```bash
|
||||
LIVE_DEPLOY_HOST=192.168.x.x python3 tools/verify_live_console.py
|
||||
```
|
||||
|
||||
The control plane now exposes a structured acceptance report at:
|
||||
|
||||
```text
|
||||
http://127.0.0.1:8001/deploy/check
|
||||
```
|
||||
|
||||
It focuses on the real delivery path for this project:
|
||||
|
||||
- `127.0.0.1:8001/health`
|
||||
- `127.0.0.1:80/health`
|
||||
- `http://live.local/health`
|
||||
- `http://live.local:8001/health`
|
||||
- exported `web-console/out/index.html`
|
||||
- `config/system-stack.env`
|
||||
|
||||
### After `git pull` (no full reinstall)
|
||||
|
||||
刷新依赖、重建前端、重启 `live-console` 与 `live-edge`(**不要**为此再跑 `install-all.sh`,除非你要重做整机栈):
|
||||
|
||||
Reference in New Issue
Block a user