1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00

Update install

This commit is contained in:
ericgaspar 2020-07-24 17:54:48 +02:00
parent 72d4717bd9
commit 569ff6a703
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -148,8 +148,10 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
# ) # )
pushd "$final_path" || ynh_die pushd "$final_path" || ynh_die
composer install composer install --no-interaction --quiet
composer $app:migrate
popd || ynh_die popd || ynh_die
#================================================= #=================================================
# SETUP SYSTEMD # SETUP SYSTEMD
#================================================= #=================================================
@ -163,8 +165,8 @@ ynh_add_systemd_config
#================================================= #=================================================
# Set-up database and configuration # Set-up database and configuration
#================================================= #=================================================
cd "$final_path" # cd "$final_path"
php composer.phar movim:migrate # php composer.phar movim:migrate
# ( # (
# cd "$final_path" # cd "$final_path"