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

Update upgrade

This commit is contained in:
ericgaspar 2021-02-21 18:02:48 +01:00
parent 19aed53b40
commit 48d7878748
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -155,19 +155,14 @@ yunohost service add $app --description="Responsive web-based XMPP client" --log
ynh_script_progression --message="Installing Composer..." --weight=1
ynh_install_composer --phpversion="$phpversion" --workdir="$final_path"
pushd $final_path
composer update
#ynh_composer_exec --phpversion=phpversion --workdir=$final_path --commands="update"
popd
#=================================================
# Set-up database
#=================================================
ynh_script_progression --message="Configuring database.." --weight=1
pushd $final_path
#composer update #--lock
php$phpversion composer.phar movim:migrate --quiet
popd
ynh_composer_exec --phpversion="${phpversion}" --workdir="$final_path" --commands="install --no-dev $install_args"
ynh_composer_exec --phpversion="$phpversion" --workdir="$final_path" --commands="movim:migrate"
#=================================================
# SETUP SYSTEMD