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 2021-02-21 18:31:32 +01:00
parent 55c0d81bd6
commit da42d9eafd
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -130,6 +130,7 @@ ynh_store_file_checksum --file="$final_path/config/db.inc.php"
#=================================================
# Install PHP dependencies using composer
#=================================================
ynh_script_progression --message="Configuring Composer ..." --weight=1
pushd $final_path
export COMPOSER_HOME=$final_path
@ -140,7 +141,7 @@ popd
#=================================================
# SETUP SYSTEMD
#=================================================
ynh_script_progression --message="Configuring a systemd service..." --weight=1
ynh_script_progression --message="Configuring a systemd service..." --weight=12
ynh_replace_string --match_string="__DOMAIN__" --replace_string="$domain" --target_file=../conf/systemd.service
ynh_replace_string --match_string="__PATH__" --replace_string="$path_url" --target_file=../conf/systemd.service