From ab7f8ecd2e66267a81de7e9ae0ea1b6794d86aa1 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 14 Mar 2023 17:48:15 +0100 Subject: [PATCH] Update INSTALL.debian10.md Updated the documentation with the php settings. --- INSTALL/INSTALL.debian10.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.debian10.md b/INSTALL/INSTALL.debian10.md index 2526acf..fbc499f 100644 --- a/INSTALL/INSTALL.debian10.md +++ b/INSTALL/INSTALL.debian10.md @@ -54,12 +54,18 @@ Especially by setting a strong root password. -## 1.4. Install PHP and dependencies +## 1.4. Install PHP and dependencies (It's recommended to install php8 or php8.1 and all the modules of the version). # apt-get install php7.3 libapache2-mod-php7.3 php7.3-curl php7.3-gd php7.3-mysql php-apcu php7.3-xml php7.3-mbstring php7.3-intl php-imagick php7.3-zip $ curl -sS https://getcomposer.org/installer -o composer-setup.php # php composer-setup.php --install-dir=/usr/bin --filename=composer + + +## Apply PHP configuration settings in your php.ini + +https://github.com/monarc-project/MonarcAppFO/blob/master/vagrant/bootstrap.sh#L22-L26 + ## 1.5 Apply all changes