Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Aug 10, 2020
1 parent 21af173 commit 85216d4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions doc/install-kaltura-redhat-based.md
Expand Up @@ -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:
Expand Down

0 comments on commit 85216d4

Please sign in to comment.