1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiki_ynh.git synced 2024-09-04 01:15:54 +02:00

Update install

This commit is contained in:
ericgaspar 2022-05-22 22:55:22 +02:00
parent e47cfc2fd3
commit d006834164
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -104,6 +104,13 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config
#=================================================
# INSTALL LYCHEE WITH COMPOSER
#=================================================
ynh_script_progression --message="Installing Composer..." --weight=10
ynh_install_composer
#=================================================
# CREATE DATA DIRECTORY
#=================================================