chore: move shell scripts under scripts/ and update docs

This commit is contained in:
icy
2025-11-06 17:53:27 +08:00
parent b15b0fb01a
commit 6ca197437d
9 changed files with 68 additions and 62 deletions

View File

@@ -292,8 +292,8 @@ nano config.json # or use any editor
#### Step 2: One-Click Start
```bash
# Option 1: Use convenience script (Recommended)
chmod +x start.sh
./start.sh start --build
chmod +x scripts/start.sh
./scripts/start.sh start --build
> #### Docker Compose Version Notes
>
@@ -318,10 +318,10 @@ Open your browser and visit: **http://localhost:3000**
#### Manage Your System
```bash
./start.sh logs # View logs
./start.sh status # Check status
./start.sh stop # Stop services
./start.sh restart # Restart services
./scripts/start.sh logs # View logs
./scripts/start.sh status # Check status
./scripts/start.sh stop # Stop services
./scripts/start.sh restart # Restart services
```
**📖 For detailed Docker deployment guide, troubleshooting, and advanced configuration:**