mirror of https://github.com/itflow-org/itflow
Add php-mailparse requirement to readme
This commit is contained in:
parent
9f2c8bb4ba
commit
0800251b2f
|
|
@ -66,6 +66,7 @@
|
||||||
* MariaDB
|
* MariaDB
|
||||||
* PHPMailer
|
* PHPMailer
|
||||||
* HTML Purifier
|
* HTML Purifier
|
||||||
|
* PHP Mime Mail Parser
|
||||||
|
|
||||||
* CSS
|
* CSS
|
||||||
* Bootstrap
|
* Bootstrap
|
||||||
|
|
@ -88,7 +89,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https://
|
||||||
|
|
||||||
1. Install a LAMP stack (Linux, Apache, MariaDB, PHP)
|
1. Install a LAMP stack (Linux, Apache, MariaDB, PHP)
|
||||||
```sh
|
```sh
|
||||||
sudo apt install git apache2 php libapache2-mod-php php-intl php-imap php-mysqli php-curl mariadb-server
|
sudo apt install git apache2 php libapache2-mod-php php-intl php-imap php-mailparse php-mysqli php-curl mariadb-server
|
||||||
```
|
```
|
||||||
2. Clone the repo
|
2. Clone the repo
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue