vito/README.md
2023-08-06 18:32:06 +02:00

16 lines
306 B
Markdown

# Vito
## Installation
```shell
curl -o- https://raw.githubusercontent.com/vitodeploy/vito/main/install/install.sh | V_DOMAIN= V_ADMIN_EMAIL= V_ADMIN_PASSWORD= bash
```
Replace the variables and then run the command
```dotenv
V_DOMAIN=domain
V_ADMIN_EMAIL=your-email
V_ADMIN_PASSWORD=your-password
```