1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/movim_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
ericgaspar 2020-07-24 18:12:04 +02:00
parent a8eda74c17
commit 4977099112
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 16 additions and 16 deletions

View file

@ -5,8 +5,8 @@
#================================================= #=================================================
# dependencies used by the app # 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 # 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 # # App package root directory should be the parent folder
PKGDIR=$(cd ../; pwd) # PKGDIR=$(cd ../; pwd)
# # #
# Common helpers # # Common helpers
# # #
# Undo the SSO patch to source code (applied by default with ynh_setup_source) # # Undo the SSO patch to source code (applied by default with ynh_setup_source)
# usage: undo_sso_patch # # usage: undo_sso_patch
undo_sso_patch() { # undo_sso_patch() {
( # (
cd $final_path # cd $final_path
patch -p1 -R < $YNH_CWD/../sources/patches/app-00-sso-logout.patch # patch -p1 -R < $YNH_CWD/../sources/patches/app-00-sso-logout.patch
) # )
} # }

View file

@ -70,7 +70,7 @@ ynh_app_setting_set --app=$app --key=port --value=$port
ynh_script_progression --message="Installing dependencies..." --time --weight=1 ynh_script_progression --message="Installing dependencies..." --time --weight=1
# Install packages # Install packages
#ynh_install_app_dependencies $pkg_dependencies ynh_install_app_dependencies $pkg_dependencies
#================================================= #=================================================
# CREATE A POSTGRESQL DATABASE # CREATE A POSTGRESQL DATABASE