Update INSTALL.ubuntu2004.md

Added the php configuration settings in the installation doc.
pull/483/head
Ruslan Baidan 2023-03-14 17:46:14 +01:00 committed by GitHub
parent b6412d4e41
commit 859a2214fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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 $ 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 ## 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 - https://github.com/monarc-project/stats-service
The communication of access to the StatsService is performed on each instance of The communication of access to the StatsService is performed on each instance of
FrontOffice (clients). FrontOffice (clients).