Installation of Kolab Winterfell on Fedora 23ΒΆ
Warning
Kolab Winterfell eats babies, for breakfast. There is potential data-loss included.
Install the Kolab Groupware repository configuration:
# cd /etc/yum.repos.d/ # wget http://obs.kolabsys.com/repositories/Kolab:/Winterfell/Fedora_23/Kolab:Winterfell.repo
Import the GPG key used to sign the packages:
# rpm --import https://ssl.kolabsys.com/community.asc
Make sure that the packages from the Kolab repositories have a higher priority than the stock repositories:
# 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.