Fix/complet install docs about debian packages dependencies
This commit is contained in:
parent
5741dbb604
commit
f688009723
1 changed files with 7 additions and 1 deletions
|
@ -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 :
|
||||
|
|
Loading…
Reference in a new issue