1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/endi_ynh.git synced 2024-09-03 18:35:54 +02:00

Update install

This commit is contained in:
Éric Gaspar 2023-12-17 15:16:23 +01:00
parent f503ef89fd
commit 0a0f20c932

View file

@ -41,6 +41,7 @@ chown -R "$app:www-data" "$install_dir"
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================
ynh_script_progression --message="Configuring NGINX web server..." --weight=1 ynh_script_progression --message="Configuring NGINX web server..." --weight=1
ynh_add_nginx_config ynh_add_nginx_config
#================================================= #=================================================
@ -75,21 +76,9 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config ynh_add_systemd_config
#=================================================
# SETUP APPLICATION
#=================================================
ynh_script_progression --message="Configuring enDI..." --weight=1
__ynh_endi_migratedb __ynh_endi_migratedb
__ynh_endi_add_admin __ynh_endi_add_admin
#=================================================
# GENERIC FINALIZATION
#=================================================
# SETUP LOGROTATE
#=================================================
ynh_script_progression --message="Configuring log rotation..." --weight=1
# Use logrotate to manage application logfile(s) # Use logrotate to manage application logfile(s)
ynh_use_logrotate ynh_use_logrotate