1
0
Fork 0
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:
ericgaspar 2022-01-15 09:00:27 +01:00
parent 0bbe87c13b
commit 51d7f4e71a

View file

@ -132,13 +132,6 @@ ynh_add_config --template="../conf/db.example.inc.php" --destination="$final_pat
chmod 400 "$final_path/config/db.inc.php"
chown $app "$final_path/config/db.inc.php"
#=================================================
# Install PHP dependencies using composer
#=================================================
ynh_script_progression --message="Configuring Composer..." --weight=1
ynh_install_composer
#=================================================
# SETUP SYSTEMD
#=================================================
@ -146,6 +139,13 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=12
ynh_add_systemd_config
#=================================================
# Install PHP dependencies using composer
#=================================================
ynh_script_progression --message="Configuring Composer..." --weight=1
ynh_install_composer
#=================================================
# CREATE DATA DIRECTORY
#=================================================