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