Created
April 3, 2013 19:56
-
-
Save zdw/5304684 to your computer and use it in GitHub Desktop.
Basic outline for installing Kerio Connect on CentOS 6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Kerio Connect on CentOS 6 | |
------------------------- | |
1. Start installer, install Basic Server edition of CentOS 6. | |
Kerio Connect stores itself and data by default in /opt, so make that large enough for your purposes. | |
2. After first boot, update the OS | |
yum update | |
3. Download Kerio Connect from Kerio's site: | |
http://www.kerio.com/connect/download | |
3. Install additional packages to allow Kerio to run (as it's x86, not amd64) | |
yum install glibc.i686 zlib.i686 libuuid.i686 libstdc++.i686 libgcc.i686 | |
4. Install the Kerio RPM | |
rpm -Uvh kerio-connect-8.0.2-1117-linux.rpm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment