From 569ff6a7037aa64b89de6a38ec597e305a6d3209 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 24 Jul 2020 17:54:48 +0200 Subject: [PATCH] Update install --- scripts/install | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 9bbc4b3..6f58798 100644 --- a/scripts/install +++ b/scripts/install @@ -148,8 +148,10 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php" # ) pushd "$final_path" || ynh_die - composer install + composer install --no-interaction --quiet + composer $app:migrate popd || ynh_die + #================================================= # SETUP SYSTEMD #================================================= @@ -163,8 +165,8 @@ ynh_add_systemd_config #================================================= # Set-up database and configuration #================================================= -cd "$final_path" -php composer.phar movim:migrate +# cd "$final_path" +# php composer.phar movim:migrate # ( # cd "$final_path"