correct dev script

This commit is contained in:
Harivansh Rathi 2026-04-01 00:02:16 +00:00
parent 753f3df197
commit 8078b92c6c
4 changed files with 57 additions and 8 deletions

View file

@ -36,11 +36,17 @@ Stop the local stack:
./scripts/dev-down
```
Reset the local stack, including Docker volumes:
```bash
./scripts/dev-down --volumes
```
Once the stack is up:
- Nextcloud: `http://localhost:8080`
- aiNAS control plane: `http://localhost:3001`
The `dev-up` script waits for Nextcloud installation to finish and then enables the `ainascontrolplane` custom app inside the container.
The `dev-up` script waits for Nextcloud to report a healthy installed state, falls back to the documented `occ maintenance:install` flow if auto-install has not completed yet, and then enables the `ainascontrolplane` custom app inside the container.
## Architecture