mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added php-curl to the installation command
Required for the getDomainExpirationDate() function
This commit is contained in:
@@ -85,7 +85,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-mysqli mariadb-server
|
sudo apt install git apache2 php libapache2-mod-php php-intl php-mysqli php-curl mariadb-server
|
||||||
```
|
```
|
||||||
2. Clone the repo
|
2. Clone the repo
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user