This commit is contained in:
root
2026-05-17 05:22:53 +00:00
parent 07aa02bca6
commit 03dc47a569
24 changed files with 941 additions and 93 deletions

View File

@@ -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`,除非你要重做整机栈):