depot v2
This commit is contained in:
15
src/schedule-2.0/scripts/reconfigure.sh
Executable file
15
src/schedule-2.0/scripts/reconfigure.sh
Executable file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
cd /var/www/html/schedule
|
||||
|
||||
#export HTTP_PROXY="192.168.57.160:8080"
|
||||
#export HTTPS_PROXY="192.168.57.160:8080"
|
||||
|
||||
# Installation des dépendances composer
|
||||
composer install
|
||||
|
||||
php bin/console app:AppInit --env=prod
|
||||
php bin/console app:CronInit --env=prod
|
||||
|
||||
# Permissions
|
||||
./scripts/perm.sh www-data
|
Reference in New Issue
Block a user