mirror of https://github.com/itflow-org/itflow
Add php-mysqli to install instructions
This commit is contained in:
parent
dec7f9be67
commit
5b9e5d0e3a
|
|
@ -84,7 +84,7 @@ ITFlow is self-hosted. There is a full installation guide in the [docs](https://
|
||||||
|
|
||||||
1. Install a a LAMP stack (Linux, Apache, MariaDB, PHP)
|
1. Install a a LAMP stack (Linux, Apache, MariaDB, PHP)
|
||||||
```sh
|
```sh
|
||||||
sudo apt install git apache2 php libapache2-mod-php php-intl mariadb-server
|
sudo apt install git apache2 php libapache2-mod-php php-intl php-mysqli mariadb-server
|
||||||
```
|
```
|
||||||
2. Clone the repo
|
2. Clone the repo
|
||||||
```sh
|
```sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue