docs: add forgejo checks to testing
This commit is contained in:
parent
c3c6a74879
commit
4559e6fc5c
1 changed files with 9 additions and 1 deletions
10
TESTING.md
10
TESTING.md
|
|
@ -132,7 +132,7 @@ The script will:
|
|||
4. **Disk partitioning** — Default options (ZFS root)
|
||||
5. **Reboot** — After install, reboots into HDD
|
||||
6. **First boot** — rc.d/clawdie-firstboot triggers firstboot.sh
|
||||
7. **Firstboot wizard** — Prompts for assistant name, domain, timezone (non-interactive in this test, uses defaults)
|
||||
7. **Firstboot wizard** — Prompts for assistant name, domain, timezone, and Forgejo web UI toggle (non-interactive in this test, uses defaults)
|
||||
8. **Module execution** — GPU detection → deployment → service startup
|
||||
|
||||
### Timeline
|
||||
|
|
@ -189,6 +189,14 @@ After boot completes, check the VM console for:
|
|||
[deploy] Clawdie-AI deployment complete
|
||||
```
|
||||
|
||||
#### ✅ Forgejo (optional)
|
||||
When Forgejo is enabled, verify the service and port:
|
||||
|
||||
```
|
||||
sudo bastille cmd ${AGENT_NAME}-git service forgejo onestatus
|
||||
sockstat -4l | grep ':3000'
|
||||
```
|
||||
|
||||
#### ✅ Desktop ready
|
||||
```
|
||||
Login prompt appears (Lumina greeter via lightdm)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue