Update INSTALL.rhel7.9.md

Added the installation detail about php version.
pull/483/head
Ruslan Baidan 2023-03-22 10:07:26 +01:00 committed by GitHub
parent 8d0492e134
commit f64266c363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ Installation on RHEL 7.9
[root@monarc ~]# yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm [root@monarc ~]# yum install https://rpms.remirepo.net/enterprise/remi-release-7.rpm
``` ```
## Install PHP 7.4, required modules & dependencies from Remi's repository: ## Install PHP 7.4, required modules & dependencies from Remi's repository (PHP8 or PHP8.1 can be used from Monarc v2.15.6):
```bash ```bash
[root@monarc ~]# yum install php74.x86_64 php74-php.x86_64 \ [root@monarc ~]# yum install php74.x86_64 php74-php.x86_64 \
@ -126,7 +126,7 @@ CREATE DATABASE monarc_common DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_ge
[root@monarc fo]# rm composer-setup.php [root@monarc fo]# rm composer-setup.php
``` ```
## Install PHP. Php 7.4 (command below) can be a working solutin but recommended 8.0 or 8.1 ## Install PHP. Php 7.4 (command below) can be a working solutin but recommended 8.0 or 8.1 from Monarc v2.15.6
```bash ```bash
[root@monarc fo]# yum install php74-php-cli [root@monarc fo]# yum install php74-php-cli