Setup VitePress documentation site

This commit is contained in:
dyzulk
2026-01-16 12:04:21 +07:00
parent debd80d565
commit 1ae69f53f7
13 changed files with 2842 additions and 16 deletions

View File

@@ -16,8 +16,15 @@ The easiest way to run MIVO.
```bash
docker-compose up -d --build
```
2. **Access**
Go to `http://localhost:8080`
2. **Manual Pull (Alternative)**
If you prefer to pull the image manually:
```bash
docker pull dyzulk/mivo:latest # Stable
docker pull dyzulk/mivo:v1.0.0 # Specific Version
docker pull dyzulk/mivo:edge # Bleeding Edge
```
*Note: The database is persisted in `app/Database` via volumes.*
@@ -121,5 +128,9 @@ Most shared hosting uses Apache or OpenLiteSpeed, which is fully compatible.
## 📥 Post-Installation
After setting up the server:
1. Copy `.env.example` to `.env`.
2. Run `php mivo install` OR access `/install` in your browser.
1. Copy `.env.example` to `.env` (if not already done).
2. **Install Application**
* **Option A: CLI**
Run `php mivo install` in your terminal.
* **Option B: Web Installer**
Open `http://your-domain.com/install` in your browser.