mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 23:42:34 +00:00
add server types
This commit is contained in:
14
README.md
14
README.md
@ -1 +1,15 @@
|
||||
# Vito
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
curl -o- https://raw.githubusercontent.com/vitodeployer/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
|
||||
```
|
||||
|
Reference in New Issue
Block a user