Fix/complet install docs about debian packages dependencies

This commit is contained in:
Benjamin Renard 2023-11-23 12:39:51 +01:00
parent 5741dbb604
commit f688009723
Signed by: bn8
GPG key ID: 3E2E1CE1907115BC

View file

@ -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 :