Message-ID: <1929637297.4338.1485866216820.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_4337_709211396.1485866216820" ------=_Part_4337_709211396.1485866216820 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Install notes for eZ Publish on RHEL 6

Install notes for eZ Publish on RHEL 6

Required RP= Ms

 

php-pear-Net-Curl

Required by ezfind

php-pear-Date

Red Hat's rpm for datetime

php-mbstring

Required by ezini

php-pecl-apc

The supported rpm equivalent to the pear inst= all

php-process

Required for eZ scripts and cron jobs

php-mcrypt

 

php-xml

 

php-pgsql

PostgreSQL support

php-mysql

MySQL support

php-mbstring

Note: Available from the opt= ional rpm channel

RHEL 6 and = CentOS 6: EPEL

Some of the listed rpms are only available through EPEL. Extra Packages = for Enterprise Linux (EPEL) is a Fedora Special Interest Group that creates= , maintains, and manages a high quality set of additional packages for Ente= rprise Linux, including, but not limited to, Red Hat Enterprise Linux (RHEL= ), CentOS and Scientific Linux (SL).
http://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extr= a_packages.3F

=20
$ rpm -Uvh http://fedora.uib.no/epel/6/x86_64/epel-release-6-5.noarch.=
rpm
=20

Best practice will be to disable EPEL by default and only enable it for = specific rpm installs with the yum option "--enablerepo=3Depel= ". To disable it, set "enabled=3D0" in "/etc/yum.repos.d= /epel.repo".

Red Hat Network

= RHEL 6.1: The Certificate-based RHN

If upgrading from RHEL 6 to RHEL 6.1, you would like to use the new subs= cription system:
For a first-time certificate-based RHN registration:

  1. Run the command

    =20
    subscription-manager register
    =20
  2. Log into https://access.redhat.com/management= /consumers/
    1. Click on the registered system in the consumer list
    2. Find the list of available subscriptions
    3. Subscribe to the relevant subscriptions
  3. Run the command

    =20
    subscription-manager subscribe --auto
    =20
  4. Run the command

    =20
    yum update
    =20

    and all subscribed repos will be configured

     

With the certificate-based RHN, additional channels are not added throug= h manual configuration. Additional rpm repositories are listed in /et= c/yum.repos.d/redhat.repo, but are disabled by default. Yum install = using the --enablerepo option and notice that the repositories= may look different based on the installed product.

=20
$ yum --enablerepo=3Drhel-6-server-optional-rpms install php-process=20

 

RHEL 6.0: = The classic RHN

------=_Part_4337_709211396.1485866216820--