Installing Kolab on CentOS

yum install gcc obmtool
cd /usr/local
mkdir kolab-templates
cd kolab-templates
wget -r -l1 -nd --no-parent http://ftp.belnet.be/packages/kolab/server/release/kolab-server-2.3.1/sources/
# note that the above url will change with newer versions, visit kolab.org and get the latest version number.  This command may take some time so go make a cup of tea.
cp -afv ../kolab-templates /usr/local/kolab
cd /usr/local/kolab
sh install-kolab.sh 2>&1 | tee /root/kolab-install.log
# note that the above may take some time
/kolab/sbin/kolab_bootstrap -b

One thought on “Installing Kolab on CentOS

Leave a Reply

Your email address will not be published. Required fields are marked *