mirror of
https://github.com/YunoHost-Apps/wallabag2_ynh.git
synced 2024-10-01 13:35:06 +02:00
Add symfony/ldap
This commit is contained in:
parent
6d64ca4884
commit
af79bc0f73
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue