From af79bc0f73a400c4b6507b25bc3efc17337d29dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 15 Jun 2024 23:21:23 +0200 Subject: [PATCH] Add symfony/ldap --- scripts/install | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/install b/scripts/install index c8914fd..5be8ea7 100644 --- a/scripts/install +++ b/scripts/install @@ -35,6 +35,15 @@ if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php" fi +#================================================= +# INSTALL SYMFONY LDAP +#================================================= +ynh_script_progression --message="Installing dependencies for LDAP..." --weight=1 + +ynh_install_composer +ynh_composer_exec --workdir="$install_dir/sources" --commands="require symfony/ldap" +chown -R "$app:www-data" "$install_dir" + #================================================= # APP INITIAL CONFIGURATION #=================================================