diff --git a/scripts/_common.sh b/scripts/_common.sh index 26d4528..0b7c0c8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,8 +5,8 @@ #================================================= # dependencies used by the app -pkg_dependencies="postgresql composer php-fpm php-curl php-mbstring php-imagick php-gd php-pgsql php-xml" - +pkg_dependencies="postgresql " +#composer php-fpm php-curl php-mbstring php-imagick php-gd php-pgsql php-xml #================================================= # PERSONAL HELPERS #================================================= @@ -22,18 +22,18 @@ pkg_dependencies="postgresql composer php-fpm php-curl php-mbstring php-imagick -# App package root directory should be the parent folder -PKGDIR=$(cd ../; pwd) +# # App package root directory should be the parent folder +# PKGDIR=$(cd ../; pwd) -# -# Common helpers -# +# # +# # Common helpers +# # -# Undo the SSO patch to source code (applied by default with ynh_setup_source) -# usage: undo_sso_patch -undo_sso_patch() { - ( - cd $final_path - patch -p1 -R < $YNH_CWD/../sources/patches/app-00-sso-logout.patch - ) -} +# # Undo the SSO patch to source code (applied by default with ynh_setup_source) +# # usage: undo_sso_patch +# undo_sso_patch() { +# ( +# cd $final_path +# patch -p1 -R < $YNH_CWD/../sources/patches/app-00-sso-logout.patch +# ) +# } diff --git a/scripts/install b/scripts/install index 80101c2..ff0e3a3 100644 --- a/scripts/install +++ b/scripts/install @@ -70,7 +70,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port ynh_script_progression --message="Installing dependencies..." --time --weight=1 # Install packages -#ynh_install_app_dependencies $pkg_dependencies +ynh_install_app_dependencies $pkg_dependencies #================================================= # CREATE A POSTGRESQL DATABASE