From f0336027b2fafdeede9b7f5183d298cd94847c71 Mon Sep 17 00:00:00 2001 From: src386 Date: Mon, 7 Mar 2016 22:12:56 +0100 Subject: [PATCH] Remove php composer stuff --- scripts/install | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 16b0809..dbd5203 100644 --- a/scripts/install +++ b/scripts/install @@ -80,9 +80,10 @@ sudo chown -R movim:www-data $final_path sudo chmod -R 750 $final_path # Install PHP dependencies -sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim -sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim # auto yes -sudo su -c "cd $final_path && php composer.phar install -n" movim # install + quiet mode +# This is not necessary anymore, movim_ynh ships everything +#sudo su -c "curl -sS https://getcomposer.org/installer | php -- --install-dir=$final_path" movim +#sudo su -c "cd $final_path && php composer.phar config --global discard-changes true" movim # auto yes +#sudo su -c "cd $final_path && php composer.phar install -n" movim # install + quiet mode # Movim configuration sudo sed -i "s@'username' => 'username'@'username' => '$db_user'@g" $final_path/config/db.inc.php