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
72d4717bd9
commit
569ff6a703
1 changed files with 5 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue