ericgaspar
5 years ago
No known key found for this signature in database
GPG Key ID: 574F281483054D44
3 changed files with
1 additions and
10 deletions
-
check_process
-
scripts/install
-
scripts/upgrade
|
|
@ -18,8 +18,6 @@ |
|
|
incorrect_path=1 |
|
|
incorrect_path=1 |
|
|
port_already_use=0 |
|
|
port_already_use=0 |
|
|
change_url=1 |
|
|
change_url=1 |
|
|
;;; Levels |
|
|
|
|
|
Level 5=auto |
|
|
|
|
|
;;; Options |
|
|
;;; Options |
|
|
Email= |
|
|
Email= |
|
|
Notification=none |
|
|
Notification=none |
|
|
|
|
|
@ -98,7 +98,7 @@ ynh_system_user_create --username=$app |
|
|
ynh_script_progression --message="Configuring PHP-FPM..." --weight=50 |
|
|
ynh_script_progression --message="Configuring PHP-FPM..." --weight=50 |
|
|
|
|
|
|
|
|
# Create a dedicated php-fpm config |
|
|
# Create a dedicated php-fpm config |
|
|
ynh_add_fpm_config --usage=medium --footprint=high --phpversion=$YNH_PHP_VERSION --package="$extra_php_dependencies" |
|
|
|
|
|
|
|
|
ynh_add_fpm_config --usage=medium --footprint=high --package="$extra_php_dependencies" |
|
|
# Used by ynh_add_nginx_config |
|
|
# Used by ynh_add_nginx_config |
|
|
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) |
|
|
phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) |
|
|
|
|
|
|
|
|
|
|
|
@ -125,13 +125,6 @@ then |
|
|
ynh_replace_string "\('datadirectory' =>.*\)$old_app" "\1$app" "$final_path/config/config.php" |
|
|
ynh_replace_string "\('datadirectory' =>.*\)$old_app" "\1$app" "$final_path/config/config.php" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
#================================================= |
|
|
|
|
|
# CHECK THE PATH |
|
|
|
|
|
#================================================= |
|
|
|
|
|
|
|
|
|
|
|
# Normalize the URL path syntax |
|
|
|
|
|
path_url=$(ynh_normalize_url_path --path_url=$path_url) |
|
|
|
|
|
|
|
|
|
|
|
#================================================= |
|
|
#================================================= |
|
|
# UPGRADE DEPENDENCIES |
|
|
# UPGRADE DEPENDENCIES |
|
|
#================================================= |
|
|
#================================================= |
|
|
|