From 85216d4201e78e54dbd9ae60fc23658fafa86fea Mon Sep 17 00:00:00 2001 From: Jess Portnoy Date: Mon, 10 Aug 2020 04:32:56 -0400 Subject: [PATCH] Doc --- doc/install-kaltura-redhat-based.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/install-kaltura-redhat-based.md b/doc/install-kaltura-redhat-based.md index f1dd25801..4e781bedf 100644 --- a/doc/install-kaltura-redhat-based.md +++ b/doc/install-kaltura-redhat-based.md @@ -101,15 +101,16 @@ Then, run: # dnf module install php:remi-7.2 ``` -Kaltura CE was ported to PHP 7.4 recently but it is not as well tested. You may elect to use that version instead, in which case, invoke: + +The `kaltura-nginx` package depends on certain packages from the main Remi repo. +In addition, while Kaltura CE can work with PHP 5.5 and above, we highly recommend that you pre-install the PHP 7.2 packages from the Remi repos. For instructions, please see `remi-php72 repository activation` in the document referenced above. + +**NOTE: Kaltura CE was ported to PHP 7.4 recently but it is not as well tested. You may elect to use that version instead, in which case, invoke: ``` # dnf module install php:remi-7.4 ``` -But please test on a non-production instance first. We're happy to receive bug reports should you encounter issues. - -The `kaltura-nginx` package depends on certain packages from the main Remi repo. -In addition, while Kaltura CE can work with PHP 5.5 and above, we highly recommend that you pre-install the PHP 7.2 packages from the Remi repos. For instructions, please see `remi-php72 repository activation` in the document referenced above. +Please test on a non-production instance first. We're happy to receive bug reports should you encounter issues.** #### Enabling the PowerTools repos #### For CentOS/RHEL 8, it is also necessary to enable the PowerTools repos: