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:
parent
c071139a87
commit
5e95959626
1 changed files with 3 additions and 5 deletions
|
@ -36,12 +36,10 @@ chown -R $app:www-data "$install_dir"
|
|||
#=================================================
|
||||
# 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
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
#=================================================
|
||||
|
@ -86,7 +84,7 @@ ynh_local_curl "/install.php?language=$applanguage" "install=true" "dbhost=127.0
|
|||
#=================================================
|
||||
# CONFIGURE PIWIGO
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring Piwigo..."
|
||||
ynh_script_progression --message="Configuring $app..." --weight=2
|
||||
|
||||
# Change local config
|
||||
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
|
||||
#=================================================
|
||||
ynh_script_progression --message="Configuring LDAP plugin..."
|
||||
ynh_script_progression --message="Configuring LDAP plugin..." --weight=2
|
||||
|
||||
# Activate the LDAP plugin using the WS API
|
||||
|
||||
|
|
Loading…
Reference in a new issue