mirror of
https://github.com/mivodev/mivo.git
synced 2026-01-26 05:25:42 +07:00
Setup VitePress documentation site
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user