From f688009723a6d102c7380e8782138abf33ec9d4d Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Thu, 23 Nov 2023 12:39:51 +0100 Subject: [PATCH] Fix/complet install docs about debian packages dependencies --- docs/install.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 36f46d3..a8c0726 100644 --- a/docs/install.md +++ b/docs/install.md @@ -5,13 +5,19 @@ Some Debian packages have to be installed : ```bash -apt install git composer php-cli php-mail php-mail-mine php-net-smtp php-auth-sasl php-json php-mbstring php-intl +apt install git composer php-cli php-yaml php-json php-mbstring php-intl +# for mailing +apt install php-mail php-mail-mine php-net-smtp php-auth-sasl # for PostgreSQL DB backend apt install php-pgsql # for MySQL/MariaDB DB backend apt install php-mysql # for sqlite DB backend apt install sqlite3 php-sqlite3 +# for CAS authentication +apt install php-xml +# for LDAP authentication +apt install php-ldap php-net-ldap2 ``` ## Deployment :