Installation of Kolab Winterfell on CentOS 7ΒΆ
Warning
Kolab Winterfell eats babies, for breakfast. There is potential data-loss included.
Install the EPEL repository:
# rpm -Uhv https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
Install the Kolab Groupware repository configuration:
# cd /etc/yum.repos.d/ # wget http://obs.kolabsys.com/repositories/Kolab:/Winterfell/CentOS_7/Kolab:Winterfell.repo
Import the GPG key used to sign the packages:
# rpm --import https://ssl.kolabsys.com/community.asc
Install the yum-plugin-priorities package:
# yum install yum-plugin-priorities
Make sure that the packages from the Kolab repositories have a higher priority than eg. the Epel packages:
# for f in /etc/yum.repos.d/Kolab*.repo; do echo "priority = 60" >> $f; done
Install Kolab Groupware:
# yum install kolab
Continue to Kolab Groupware Setup.