Introduction
This document is intended as a base to install Kopano products using our repositories
Kopano Repositories
Kopano repositories require a valid license and Portal login. You need to use your valid Kopano serial in your repository configuration.
Add repositories
Our repositories are available at https://download.kopano.io/supported/. Use the following examples to configure repositories for your operating system:
Example repository configurations
Debian
To add a Kopano Core and Webapp repository for Debian (version 8 in this example), use:
deb https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Debian_8.0/ ./ deb https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/webapp:/final/Debian_8.0/ ./
Other components can be added as well of course.
Make sure to have the package apt-transport-https installed
For Debian-based distributions, we recommend to import the key as well. These keys are the same for all components, so only needs to be imported once.
curl https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Debian_8.0/Release.key | apt-key add -
Ubuntu
To add a Kopano repository for Ubuntu (version 16.04 in this example), use:
deb https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Ubuntu_16.04/ ./ deb https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/webapp:/final/Ubuntu_16.04/ ./
We recommend to import the key as well:
curl https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/Ubuntu_16.04/Release.key | apt-key add -
Red Hat Enterprise Linux
We are using RHEL 7 and Kopano Core in this example;
[Kopano-Core] name=Builds of final releases (RHEL_7) type=rpm-md baseurl=https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/RHEL_7/ gpgcheck=1 gpgkey=https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/RHEL_7/repodata/repomd.xml.key enabled=1
SUSE Linux Enterprise Server
[Kopano-Core] enabled=1 autorefresh=0 baseurl=https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/SLE_12/ type=rpm-md gpgcheck=1 gpgkey=https://serial:ENTERYOURSERIALHERE@download.kopano.io/supported/core:/final/SLE_12/repodata/
Univention
Please have a look at https://wiki.z-hub.io/display/K4U/Updating+Kopano+packages+directly+from+the+Kopano+download+server
Installing the packages
You can now install the desired Kopano packages using apt, yum or zypper. Manually pick the packages you want to install, install the meta package 'kopano-server-packages' and kopano-webapp, or kopano*. The meta package kopano-server-packages will install:
- kopano-backup
- kopano-dagent
- kopano-gateway
- kopano-ical
- kopano-monitor
- kopano-presence
- kopano-search
- kopano-server
- kopano-spooler
- kopano-utils
Example command:
apt install kopano-server-packages kopano-webapp