From b6412d4e4156ba9cf9067aa66b2ec27d6d7bce69 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 14 Mar 2023 17:44:55 +0100 Subject: [PATCH] Update INSTALL.rhel7.md Added the php settings in the documentation. --- INSTALL/INSTALL.rhel7.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/INSTALL/INSTALL.rhel7.md b/INSTALL/INSTALL.rhel7.md index 634aed4..20bf091 100644 --- a/INSTALL/INSTALL.rhel7.md +++ b/INSTALL/INSTALL.rhel7.md @@ -60,6 +60,11 @@ Add php to $PATH $ export PATH=$PATH:/opt/remi/php72/root/usr/bin:/opt/remi/php72/root/usr/sbin +Apply PHP configuration settings in your php.ini + +https://github.com/monarc-project/MonarcAppFO/blob/master/vagrant/bootstrap.sh#L22-L26 + + Clone the repository and invoke composer $ git clone https://github.com/monarc-project/MonarcAppFO.git fo