1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lychee_ynh.git synced 2024-09-03 19:36:36 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-01-04 21:57:38 +01:00
parent 50f453d0ca
commit 78744b52fa

View file

@ -124,6 +124,13 @@ chmod 750 "$datadir"
chmod -R o-rwx "$datadir"
chown -R $app:www-data "$datadir"
#=================================================
# INSTALL APP WITH COMPOSER
#=================================================
ynh_script_progression --message="Installing app with Composer..." --weight=15
ynh_install_composer
#=================================================
# ADD A CONFIGURATION
#=================================================
@ -134,13 +141,6 @@ ynh_add_config --template="../conf/.env.example" --destination="$final_path/.env
chmod 400 "$final_path/.env"
chown $app:$app "$final_path/.env"
#=================================================
# INSTALL APP WITH COMPOSER
#=================================================
ynh_script_progression --message="Installing app with Composer..." --weight=15
ynh_install_composer
#=================================================
# BUILDING
#=================================================