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:
parent
50f453d0ca
commit
78744b52fa
1 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue