fix installation

This commit is contained in:
Saeed Vaziry 2023-08-06 22:45:46 +02:00
parent 6e0b502e3b
commit ad1010a92e

View File

@ -127,7 +127,7 @@ mysql -e "GRANT ALL PRIVILEGES ON ${V_DB_NAME}.* TO '${V_DB_USER}'@'localhost'"
mysql -e "FLUSH PRIVILEGES" mysql -e "FLUSH PRIVILEGES"
# setup website # setup website
export V_SSL=1 export V_SSL=${V_SSL:-1}
export COMPOSER_ALLOW_SUPERUSER=1 export COMPOSER_ALLOW_SUPERUSER=1
export V_REPO="https://github.com/vitodeploy/vito.git" export V_REPO="https://github.com/vitodeploy/vito.git"
export V_VHOST_CONFIG=" export V_VHOST_CONFIG="