diff --git a/docs/eportal/README.md b/docs/eportal/README.md index 46c10210..b08d3d50 100644 --- a/docs/eportal/README.md +++ b/docs/eportal/README.md @@ -77,6 +77,24 @@ gpgcheck=1 EOL ``` +:::tip Note + +If you are using CentOS7, starting from ePortal version 2.4-2, it's necessary to install the `centos-release-scl` package. +You can do so with the following command: + +``` +yum install centos-release-scl +``` + +For RHEL7 users, you'll need to enable the necessary repositories to ensure access to the required packages. Use the subscription-manager utility with the following commands: + +``` +subscription-manager repos --enable rhel-7-server-optional-rpms +subscription-manager repos --enable rhel-server-rhscl-7-rpms +``` + +::: + Install ePortal: ```