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:
parent
453c084a4e
commit
4afc77df56
1 changed files with 6 additions and 3 deletions
|
@ -145,9 +145,12 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
|
|||
#=================================================
|
||||
|
||||
pushd "$final_path" || ynh_die
|
||||
#composer install #--no-interaction --quiet
|
||||
sudo -u www-data php composer.phar install
|
||||
sudo -u www-data php composer.phar $app:migrate
|
||||
export COMPOSER_HOME=$final_path
|
||||
curl -sS https://getcomposer.org/installer | php -- --install-dir="$final_path" \
|
||||
&& php composer.phar config --global discard-changes true --quiet \
|
||||
&& php composer.phar install --no-interaction --quiet
|
||||
#sudo -u www-data php composer.phar install
|
||||
#sudo -u www-data php composer.phar $app:migrate
|
||||
popd || ynh_die
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue