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).