Skip to content

Instantly share code, notes, and snippets.

@zdw
Created April 3, 2013 19:56
Show Gist options
  • Save zdw/5304684 to your computer and use it in GitHub Desktop.
Save zdw/5304684 to your computer and use it in GitHub Desktop.
Basic outline for installing Kerio Connect on CentOS 6
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