1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/piwigo_ynh.git synced 2024-09-03 20:06:03 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-27 13:50:11 +01:00
parent c071139a87
commit 5e95959626

View file

@ -36,12 +36,10 @@ chown -R $app:www-data "$install_dir"
#================================================= #=================================================
# PHP-FPM CONFIGURATION # PHP-FPM CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Configuring PHP-FPM..." --weight=2 ynh_script_progression --message="Adding system configurations related to $app..." --weight=1
# Create a dedicated PHP-FPM config
ynh_add_fpm_config ynh_add_fpm_config
# Create a dedicated NGINX config
ynh_add_nginx_config ynh_add_nginx_config
#================================================= #=================================================
@ -86,7 +84,7 @@ ynh_local_curl "/install.php?language=$applanguage" "install=true" "dbhost=127.0
#================================================= #=================================================
# CONFIGURE PIWIGO # CONFIGURE PIWIGO
#================================================= #=================================================
ynh_script_progression --message="Configuring Piwigo..." ynh_script_progression --message="Configuring $app..." --weight=2
# Change local config # Change local config
ynh_add_config --template="config.inc.php" --destination="$install_dir/local/config/config.inc.php" ynh_add_config --template="config.inc.php" --destination="$install_dir/local/config/config.inc.php"
@ -101,7 +99,7 @@ chown -R $app:www-data "$install_dir"
#================================================= #=================================================
# ADD LDAP PLUGIN # ADD LDAP PLUGIN
#================================================= #=================================================
ynh_script_progression --message="Configuring LDAP plugin..." ynh_script_progression --message="Configuring LDAP plugin..." --weight=2
# Activate the LDAP plugin using the WS API # Activate the LDAP plugin using the WS API