Updates docs.

This commit is contained in:
2025-10-01 05:19:37 -07:00
parent d21eb18dc9
commit 395bdff2a6
9 changed files with 37 additions and 73 deletions

View File

@@ -153,7 +153,6 @@ wild-setup-services # Install core services
wild-apps-list
# Deploy a blog
wild-app-fetch ghost
wild-app-add ghost
wild-app-deploy ghost
@@ -215,10 +214,9 @@ storage: 10Gi
### Application Lifecycle
1. **Discovery**: `wild-apps-list` - Browse available apps
2. **Fetching**: `wild-app-fetch app-name` - Download templates
3. **Configuration**: `wild-app-add app-name` - Process and configure
4. **Deployment**: `wild-app-deploy app-name` - Deploy to cluster
5. **Operations**: `wild-app-doctor app-name` - Monitor and troubleshoot
2. **Configuration**: `wild-app-add app-name` - Configure and prepare application
3. **Deployment**: `wild-app-deploy app-name` - Deploy to cluster
4. **Operations**: `wild-app-doctor app-name` - Monitor and troubleshoot
## Available Applications
@@ -259,7 +257,6 @@ wild-setup-services # Deploy cluster services only
### Application Management
```bash
wild-apps-list # List available applications
wild-app-fetch <app> # Download app templates
wild-app-add <app> # Configure application
wild-app-deploy <app> # Deploy to cluster
wild-app-delete <app> # Remove application
@@ -317,7 +314,6 @@ wild-app-backup <app> # Backup specific application
### Personal Blog/Website
```bash
# Deploy Ghost blog with custom domain
wild-app-fetch ghost
wild-config-set apps.ghost.domain "blog.yourdomain.com"
wild-app-add ghost
wild-app-deploy ghost
@@ -326,7 +322,6 @@ wild-app-deploy ghost
### Photo Management
```bash
# Deploy Immich for photo backup and management
wild-app-fetch immich postgresql
wild-app-add postgresql immich
wild-app-deploy postgresql immich
```
@@ -334,7 +329,6 @@ wild-app-deploy postgresql immich
### Development Environment
```bash
# Set up Git hosting and container registry
wild-app-fetch gitea docker-registry
wild-app-add gitea docker-registry
wild-app-deploy gitea docker-registry
```
@@ -342,7 +336,6 @@ wild-app-deploy gitea docker-registry
### AI/ML Workloads
```bash
# Deploy vLLM for local AI inference
wild-app-fetch vllm
wild-config-set apps.vllm.model "Qwen/Qwen2.5-7B-Instruct"
wild-app-add vllm
wild-app-deploy vllm