docs: update readme to sync with vm command changes

This commit is contained in:
2025-09-15 14:00:51 +02:00
parent 9384f9e567
commit e4b074d5b8

View File

@@ -6,7 +6,7 @@ Single-participant learning environments with local practice and cloud deploymen
```bash ```bash
# 1. Start local VM for development/testing # 1. Start local VM for development/testing
make vm-run make local-vm-run
# 2. Build USB drives for participants # 2. Build USB drives for participants
make build-usb make build-usb
@@ -21,7 +21,7 @@ make deploy-cloud
### Local Practice (USB/VM) ### Local Practice (USB/VM)
```bash ```bash
setup-traefik # REQUIRED: Setup local proxy first! setup # REQUIRED: Setup local proxy first!
recipes # Show available apps recipes # Show available apps
deploy wordpress # Deploy locally deploy wordpress # Deploy locally
browser wordpress # Open directly in Firefox browser wordpress # Open directly in Firefox
@@ -73,8 +73,8 @@ make status-cloud # Check health
## 🖥️ Local Development ## 🖥️ Local Development
```bash ```bash
make vm-run # Start VM make local-vm-run # Start VM with 15 containers
make vm-build # Verify build make build-usb # Verify build (builds ISO)
``` ```
The VM simulates the USB experience with identical configuration and commands. The VM simulates the USB experience with identical configuration and commands.
@@ -122,7 +122,7 @@ Based on Co-op Cloud with quality scoring:
## 📚 Enhanced Commands ## 📚 Enhanced Commands
**In USB/VM environments**: **In USB/VM environments**:
- `setup-traefik` - **REQUIRED FIRST**: Setup local DNS proxy - `setup` - **REQUIRED FIRST**: Setup local DNS proxy
- `recipes` - Show complete Co-op Cloud catalog - `recipes` - Show complete Co-op Cloud catalog
- `deploy <app>` - Deploy locally with tab completion - `deploy <app>` - Deploy locally with tab completion
- `browser [app]` - Launch Firefox [to specific app] - `browser [app]` - Launch Firefox [to specific app]