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
ee9451cbf6
commit
a8eda74c17
1 changed files with 3 additions and 2 deletions
|
@ -70,7 +70,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
|
||||||
ynh_script_progression --message="Installing dependencies..." --time --weight=1
|
ynh_script_progression --message="Installing dependencies..." --time --weight=1
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
ynh_install_app_dependencies $pkg_dependencies
|
#ynh_install_app_dependencies $pkg_dependencies
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# CREATE A POSTGRESQL DATABASE
|
# CREATE A POSTGRESQL DATABASE
|
||||||
|
@ -148,7 +148,8 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
|
||||||
# )
|
# )
|
||||||
|
|
||||||
pushd "$final_path" || ynh_die
|
pushd "$final_path" || ynh_die
|
||||||
composer install --no-interaction --quiet
|
ynh_package_install movim
|
||||||
|
#composer install --no-interaction --quiet
|
||||||
#composer $app:migrate
|
#composer $app:migrate
|
||||||
popd || ynh_die
|
popd || ynh_die
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue