diff --git a/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ascx b/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ascx index 5103c48cf..c29bb51f0 100644 --- a/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ascx +++ b/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ascx @@ -37,6 +37,11 @@
  • Add the EPEL repository with the following command:
    sudo yum install epel-release
    +

    To install EPEL on RHEL, use the following commands:

    +
    sudo subscription-manager repos --enable codeready-builder-for-rhel-$REV-$(arch)-rpms
    +sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$REV.noarch.rpm
    +
    +

    Change $REV to your OS version manually (7 for versions 7.x, 8 for versions 8.x, 9 for versions 9.x and so on).

  • Now the editors can be easily installed using the following command:
    sudo yum install onlyoffice-desktopeditors -y
    diff --git a/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ru.ascx b/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ru.ascx
    index 3a658e302..f4de78ea9 100644
    --- a/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ru.ascx
    +++ b/Web/Controls/Help/Desktop/Documents/Linux/DesktopLinuxInstallRHEL/DesktopLinuxInstallRHEL.ru.ascx
    @@ -41,6 +41,11 @@
                     
  • Добавьте репозиторий EPEL с помощью следующей команды:
    sudo yum install epel-release
    +

    Для установки EPEL на RHEL используйте следующие команды:

    +
    sudo subscription-manager repos --enable codeready-builder-for-rhel-$REV-$(arch)-rpms
    +sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$REV.noarch.rpm
    +
    +

    Вручную замените $REV на версию вашей ОС (7 для версий 7.x, 8 для версий 8.x, 9 для версий 9.x и т.д.).

  • Теперь редакторы можно легко установить с помощью следующей команды:
    sudo yum install onlyoffice-desktopeditors -y
    diff --git a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx
    index e72c65d45..7a9b0d3e6 100644
    --- a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx
    +++ b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ascx
    @@ -130,7 +130,12 @@ http {
                 

    To install EPEL on CentOS 9, use the following commands:

    sudo yum config-manager --set-enabled crb
     sudo yum install epel-release epel-next-release
    -
    +
    +

    To install EPEL on RHEL, use the following commands:

    +
    sudo subscription-manager repos --enable codeready-builder-for-rhel-$REV-$(arch)-rpms
    +sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$REV.noarch.rpm
    +
    +

    Change $REV to your OS version manually (7 for versions 7.x, 8 for versions 8.x, 9 for versions 9.x and so on).

    Installing and configuring PostgreSQL

    Install the PostgreSQL version included in your version of CentOS:

    sudo yum install postgresql postgresql-server
    diff --git a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx
    index ba1c70fc4..bcb9f2ef2 100644
    --- a/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx
    +++ b/Web/Controls/Help/Server/Linux/Document/LinuxInstallationCentOS/LinuxInstallationCentOS.ru.ascx
    @@ -130,7 +130,12 @@ http {
                 

    Для установки EPEL на CentOS 9 используйте следующие команды:

    sudo yum config-manager --set-enabled crb
     sudo yum install epel-release epel-next-release
    -
    +
    +

    Для установки EPEL на RHEL используйте следующие команды:

    +
    sudo subscription-manager repos --enable codeready-builder-for-rhel-$REV-$(arch)-rpms
    +sudo yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$REV.noarch.rpm
    +
    +

    Вручную замените $REV на версию вашей ОС (7 для версий 7.x, 8 для версий 8.x, 9 для версий 9.x и т.д.).

    Установка и настройка PostgreSQL

    Установите версию PostgreSQL, включенную в вашу версию CentOS:

    sudo yum install postgresql postgresql-server