From 859a2214fd14c42ad4729056f52e4adb0ac2812a Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 14 Mar 2023 17:46:14 +0100 Subject: [PATCH] Update INSTALL.ubuntu2004.md Added the php configuration settings in the installation doc. --- INSTALL/INSTALL.ubuntu2004.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL/INSTALL.ubuntu2004.md b/INSTALL/INSTALL.ubuntu2004.md index 110ace4..5ca3a6a 100644 --- a/INSTALL/INSTALL.ubuntu2004.md +++ b/INSTALL/INSTALL.ubuntu2004.md @@ -72,6 +72,10 @@ $ sudo a2enmod headers $ sudo apt-get install php apache2 libapache2-mod-php php-curl php-gd php-mysql php-pear php-xml php-mbstring php-intl php-imagick php-zip php-bcmath ``` +## 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 @@ -202,4 +206,4 @@ The architecture, installation instructions and GitHub project can be found here - https://github.com/monarc-project/stats-service The communication of access to the StatsService is performed on each instance of -FrontOffice (clients). \ No newline at end of file +FrontOffice (clients).