mirror of https://github.com/itflow-org/itflow
Add php-imap to readme as requirement for email to ticket parsing
This commit is contained in:
parent
628c6997ca
commit
690aea6ab2
|
|
@ -88,7 +88,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https://
|
|||
|
||||
1. Install a LAMP stack (Linux, Apache, MariaDB, PHP)
|
||||
```sh
|
||||
sudo apt install git apache2 php libapache2-mod-php php-intl php-mysqli php-curl mariadb-server
|
||||
sudo apt install git apache2 php libapache2-mod-php php-intl php-imap php-mysqli php-curl mariadb-server
|
||||
```
|
||||
2. Clone the repo
|
||||
```sh
|
||||
|
|
|
|||
Loading…
Reference in New Issue