diff --git a/source/installation-guide/centos-7.rst b/source/installation-guide/centos-7.rst index 637f221e..0e677655 100644 --- a/source/installation-guide/centos-7.rst +++ b/source/installation-guide/centos-7.rst @@ -1,52 +1,52 @@ .. _installation-guide-centos-7: ==================================== Installation of Kolab 16 on CentOS 7 ==================================== The installation of Kolab Groupware on CentOS installs a number of additional packages, from the :term:`EPEL` software repository. Installation Procedure ====================== 1. Install the :term:`EPEL` repository: .. parsed-literal:: # :command:`rpm -Uhv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm` 2. Install the Kolab Groupware repository configuration: .. parsed-literal:: # :command:`cd /etc/yum.repos.d/` # :command:`wget http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo` -3. Install the **yum-plugin-priorities** package: +3. Import the GPG key used to sign the packages: .. parsed-literal:: - # :command:`yum install yum-plugin-priorities` + # :command:`rpm --import https://ssl.kolabsys.com/community.asc` -4. Make sure that the packages from the Kolab repositories have a higher priority than eg. the :term:`EPEL` packages: +4. Install the **yum-plugin-priorities** package: .. parsed-literal:: - # :command:`for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done` + # :command:`yum install yum-plugin-priorities` -5. Import the GPG key used to sign the packages: +5. Make sure that the packages from the Kolab repositories have a higher priority than eg. the :term:`EPEL` packages: .. parsed-literal:: - # :command:`rpm --import https://ssl.kolabsys.com/community.asc` + # :command:`for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done` 6. Install Kolab Groupware: .. parsed-literal:: - # :command:`yum install kolab` + # :command:`yum install --enablerepo=rhel-7-server-optional-rpms kolab` Continue to :ref:`install-setup-kolab`. diff --git a/source/installation-guide/index.rst b/source/installation-guide/index.rst index f9127a48..dbc2cbf9 100644 --- a/source/installation-guide/index.rst +++ b/source/installation-guide/index.rst @@ -1,51 +1,52 @@ .. _install: ================== Installation Guide ================== Before you install Kolab Groupware ================================== .. toctree:: :maxdepth: 2 preparing-the-system overview Installing the Kolab Groupware Solution ======================================= Install the Kolab Groupware solution for either of the following platforms: .. toctree:: :maxdepth: 1 centos-7 + rhel-7 .. rubric:: Older versions of Kolab Groupware .. toctree:: :maxdepth: 1 kolab-3.4/index kolab-3.3/index kolab-14/index kolab-13/index Installing the Kolab Desktop Client =================================== The Kolab Desktop Client is maintained by community volunteers in their spare time. It has a fast release cycle and is in steady movement. If things do not work as expected, please consider `contributing`_. .. toctree:: :maxdepth: 1 kontact-fedora kontact-windows diff --git a/source/installation-guide/centos-7.rst b/source/installation-guide/rhel-7.rst similarity index 63% copy from source/installation-guide/centos-7.rst copy to source/installation-guide/rhel-7.rst index 637f221e..88984d21 100644 --- a/source/installation-guide/centos-7.rst +++ b/source/installation-guide/rhel-7.rst @@ -1,52 +1,52 @@ -.. _installation-guide-centos-7: +.. _installation-guide-rhel-7: -==================================== -Installation of Kolab 16 on CentOS 7 -==================================== +====================================================== +Installation of Kolab 16 on Red Hat Enterprise Linux 7 +====================================================== -The installation of Kolab Groupware on CentOS installs +The installation of Kolab Groupware on Red Hat Enterprise Linux installs a number of additional packages, from the :term:`EPEL` software repository. Installation Procedure ====================== 1. Install the :term:`EPEL` repository: .. parsed-literal:: # :command:`rpm -Uhv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm` 2. Install the Kolab Groupware repository configuration: .. parsed-literal:: # :command:`cd /etc/yum.repos.d/` - # :command:`wget http://obs.kolabsys.com/repositories/Kolab:/16/CentOS_7/Kolab:16.repo` + # :command:`wget http://obs.kolabsys.com/repositories/Kolab:/16/RHEL_7/Kolab:16.repo` -3. Install the **yum-plugin-priorities** package: +3. Import the GPG key used to sign the packages: .. parsed-literal:: - # :command:`yum install yum-plugin-priorities` + # :command:`rpm --import https://ssl.kolabsys.com/community.asc` -4. Make sure that the packages from the Kolab repositories have a higher priority than eg. the :term:`EPEL` packages: +4. Install the **yum-plugin-priorities** package: .. parsed-literal:: - # :command:`for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done` + # :command:`yum install yum-plugin-priorities` -5. Import the GPG key used to sign the packages: +5. Make sure that the packages from the Kolab repositories have a higher priority than eg. the :term:`EPEL` packages: .. parsed-literal:: - # :command:`rpm --import https://ssl.kolabsys.com/community.asc` + # :command:`for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done` 6. Install Kolab Groupware: .. parsed-literal:: - # :command:`yum install kolab` + # :command:`yum install --enablerepo=rhel-7-server-optional-rpms kolab` Continue to :ref:`install-setup-kolab`.