From 1103a44d129d9aad9183de3656f96043e0045e25 Mon Sep 17 00:00:00 2001 From: Rafi59 Date: Wed, 6 Sep 2017 21:25:30 +0200 Subject: [PATCH] Update install --- scripts/install | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/scripts/install b/scripts/install index 39cafe4..b79d41c 100755 --- a/scripts/install +++ b/scripts/install @@ -90,13 +90,6 @@ ynh_add_nginx_config # Create a system user ynh_system_user_create $app -#================================================= -# PHP-FPM CONFIGURATION -#================================================= - -# Create a dedicated php-fpm config -ynh_fpm_config - #================================================= # SPECIFIC SETUP #================================================= @@ -106,25 +99,6 @@ echo OPTS="-s facette" OPTS="$OPTS -l unix:/var/run/rrdcached/rrdcached.sock" OPTS="$OPTS -j /var/lib/rrdcached/journal/ -F" OPTS="$OPTS -w 1800 -z 1800 -f 3600 -t 4" | tee -#================================================= - -#================================================= -# SETUP APPLICATION WITH CURL -#================================================= - -# Set right permissions for curl install -chown -R $app: $final_path - -# Set the app as temporarily public for curl call -ynh_app_setting_set $app unprotected_uris "/" -# Reload SSOwat config -yunohost app ssowatconf - -# Reload Nginx -systemctl reload nginx - -# Installation with curl -ynh_local_curl "/INSTALL_PATH" "key1=value1" "key2=value2" "key3=value3" #================================================= # STORE THE CHECKSUM OF THE CONFIG FILE