This article outlines the installation procedure for Kolab 16 on RHEL 7 for x86_64 architectures.
Please note subtly different instructions apply to different installations;
- Installation Instructions for Kolab 16 on CentOS 7
- Installation Instructions for Kolab 16 on CentOS 7 on Power 8
- Installation Instructions for Kolab 16 on CentOS 7 on Power 8 with Advance Toolchain
- Installation Instructions for Kolab 16 on CentOS 7 with Plesk Onyx
- Installation Instructions for Kolab 16 on RHEL 7 on Power 8
- Installation Instructions for Kolab 16 on RHEL 7 on Power 8 with Advance Toolchain
- Installation Instructions for Kolab 16 on RHEL 7 with Plesk Onyx
Install Extra Packages for Enterprise Linux (EPEL)
# rpm -Uhv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Import the GPG key
# rpm --import https://mirror.kolabenterprise.com/maipo.asc
Install the Kolab release RPM
# yum install https://mirror.kolabenterprise.com/kolab-16-for-el7.rpm
Install Kolab
Update first;
# yum update
Please note the installation of Kolab components requires the optional repository to be enabled.
# yum --enablerepo=rhel-7-server-optional-rpms install kolab
To receive updates pushed through the optional repository (recommended), please consider executing:
# subscription-manager repos --enable=rhel-7-server-optional-rpms
Install Kolab;
# yum -y install kolab
Next steps
Run the setup-kolab script as described in this article.