Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F16568985
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/source/installation-guide/rhel-7-enterprise-14.rst b/source/installation-guide/rhel-7-enterprise-14.rst
index 9134c2cc..11df1328 100644
--- a/source/installation-guide/rhel-7-enterprise-14.rst
+++ b/source/installation-guide/rhel-7-enterprise-14.rst
@@ -1,106 +1,113 @@
.. _installation-rhel-7-enterprise-14:
=================================================================
Installation of Kolab Enterprise 14 on Red Hat Enterprise Linux 7
=================================================================
The installation of Kolab Groupware on Red Hat Enterprise Linux installs
a number of additional packages, from the :term:`EPEL` software
repository, and the repositories for the Kolab Enterprise edition,
provided by `Kolab Systems AG`_.
Installation Procedure
======================
1. Copy the client SSL certificate and key you have obtained from
`Kolab Systems AG`_ as per the instructions listed on [#]_,
summarized here for your convenience:
#. Remove the passphrase from the SSL certificate key:
.. parsed-literal::
# :command:`openssl rsa -in /path/to/private.key \\
-out /path/to/private.key.nopass`
#. Concatenate the certificate file and the new key file without
passphrase:
.. parsed-literal::
# :command:`cat /path/to/public.crt /path/to/private.key.nopass \\
> /path/to/mirror.kolabsys.com.client.pem`
#. Place the file :file:`mirror.kolabsys.com.ca.cert` in
:file:`/etc/pki/tls/certs/`.
#. Place the file :file:`mirror.kolabsys.client.pem` in
:file:`/etc/pki/tls/private/`, and correct the permissions:
.. parsed-literal::
# :command:`chown root:root /etc/pki/tls/private/mirror.kolabsys.com.client.pem`
# :command:`chmod 640 /etc/pki/tls/private/mirror.kolabsys.com.client.pem`
2. Install the `EPEL repository <http://fedoraproject.org/wiki/EPEL>`_
configuration using the RPM package linked to from:
* `EPEL for Enterprise Linux 7`_
.. parsed-literal::
# :command:`rpm -Uhv http://url/to/epel-release.rpm`
-3. Obtain a copy of the GPG signature used to sign packages:
+3. Install the **yum-plugin-priorities** package from the optional RPM packages
+ for RHEL 7:
+
+ .. parsed-literal::
+
+ # :command:`yum --enablerepo=rhel-7-server-optional-rpms install yum-plugin-priorities`
+
+4. Obtain a copy of the GPG signature used to sign packages:
.. parsed-literal::
# :command:`wget https://ssl.kolabsys.com/maipo.asc`
-4. Import this signature in to the RPM database:
+5. Import this signature in to the RPM database:
.. parsed-literal::
# :command:`rpm --import maipo.asc`
-5. Download the Kolab Enterprise repository configuration package:
+6. Download the Kolab Enterprise repository configuration package:
.. parsed-literal::
# :command:`wget https://ssl.kolabsys.com/kolab-enterprise-14-for-el7.rpm`
-6. Verify the signature on the downloaded RPM package:
+7. Verify the signature on the downloaded RPM package:
.. parsed-literal::
# :command:`rpm -K kolab-enterprise-14-for-el7.rpm`
kolab-enterprise-14-for-el7.rpm: sha1 md5 OK
.. WARNING::
Do NOT install the repository configuration for Kolab Enterprise
14 from this package, should the verification of the package
fail.
-7. Install the repository configuration:
+8. Install the repository configuration:
.. parsed-literal::
# :command:`yum localinstall kolab-enterprise-14-for-el7.rpm`
-8. Install Kolab Enterprise:
+9. Install Kolab Enterprise:
.. parsed-literal::
# :command:`yum install kolab`
Continue to :ref:`install-setup-kolab`.
.. rubric:: Footnotes
.. [#]
https://support.kolabsys.com/Obtaining,_Renewing_and_Using_a_Client_SSL_Certificate#Using_a_Customer_or_Partner_Client_SSL_Certificate.
.. _EPEL for Enterprise Linux 7: http://download.fedoraproject.org/pub/epel/beta/7/x86_64/repoview/epel-release.html
.. _Kolab Systems AG: https://kolabsys.com
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Nov 1, 8:06 AM (1 d, 5 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
10074741
Default Alt Text
(4 KB)
Attached To
Mode
rD docs
Attached
Detach File
Event Timeline
Log In to Comment