mirror of
https://github.com/vitodeploy/vito.git
synced 2025-04-20 02:11:36 +00:00
fix repo url
This commit is contained in:
parent
8444323cf4
commit
e42f250060
@ -3,7 +3,7 @@ # Vito
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
curl -o- https://raw.githubusercontent.com/vitodeployer/vito/main/install/install.sh | V_DOMAIN= V_ADMIN_EMAIL= V_ADMIN_PASSWORD= bash
|
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
|
Replace the variables and then run the command
|
||||||
|
@ -117,7 +117,7 @@ mysql -e "FLUSH PRIVILEGES"
|
|||||||
# setup website
|
# setup website
|
||||||
export V_SSL=1
|
export V_SSL=1
|
||||||
export COMPOSER_ALLOW_SUPERUSER=1
|
export COMPOSER_ALLOW_SUPERUSER=1
|
||||||
export V_REPO="https://github.com/vitodeployer/vito.git"
|
export V_REPO="https://github.com/vitodeploy/vito.git"
|
||||||
export V_VHOST_CONFIG="
|
export V_VHOST_CONFIG="
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user