Kay0u
6 years ago
No known key found for this signature in database
GPG Key ID: AAFEEB16CFA2AE2D
3 changed files with
0 additions and
22 deletions
-
scripts/install
-
scripts/remove
-
scripts/upgrade
|
|
@ -63,13 +63,6 @@ ynh_app_setting_set --app=$app --key=admin_mail_html --value=1 |
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# STANDARD MODIFICATIONS |
|
|
# STANDARD MODIFICATIONS |
|
|
#================================================= |
|
|
|
|
|
# INSTALL DEPENDENCIES |
|
|
|
|
|
#================================================= |
|
|
|
|
|
ynh_script_progression --message="Installing dependencies..." --weight=9 |
|
|
|
|
|
|
|
|
|
|
|
ynh_install_app_dependencies php7.0-cli |
|
|
|
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# CREATE A MYSQL DATABASE |
|
|
# CREATE A MYSQL DATABASE |
|
|
#================================================= |
|
|
#================================================= |
|
|
|
|
|
@ -22,14 +22,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path) |
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# STANDARD REMOVE |
|
|
# STANDARD REMOVE |
|
|
#================================================= |
|
|
|
|
|
# REMOVE DEPENDENCIES |
|
|
|
|
|
#================================================= |
|
|
|
|
|
ynh_script_progression --message="Removing dependencies..." --weight=11 |
|
|
|
|
|
|
|
|
|
|
|
# Remove metapackage and its dependencies |
|
|
|
|
|
ynh_remove_app_dependencies |
|
|
|
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# REMOVE THE MYSQL DATABASE |
|
|
# REMOVE THE MYSQL DATABASE |
|
|
#================================================= |
|
|
#================================================= |
|
|
|
|
|
@ -168,13 +168,6 @@ ynh_script_progression --message="Activating maintenance mode..." --weight=2 |
|
|
|
|
|
|
|
|
ynh_maintenance_mode_ON |
|
|
ynh_maintenance_mode_ON |
|
|
|
|
|
|
|
|
#================================================= |
|
|
|
|
|
# UPGRADE DEPENDENCIES |
|
|
|
|
|
#================================================= |
|
|
|
|
|
ynh_script_progression --message="Upgrading dependencies..." --weight=11 |
|
|
|
|
|
|
|
|
|
|
|
ynh_install_app_dependencies php7.0-cli |
|
|
|
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# NGINX CONFIGURATION |
|
|
# NGINX CONFIGURATION |
|
|
#================================================= |
|
|
#================================================= |
|
|
|