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
0bbe87c13b
commit
51d7f4e71a
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue