Just a quick note on the required steps to get the Kolab server installed on an Ubuntu 10.04 server. The first step pulls the required dependencies to be able to compile the Kolab sources:
sudo apt-get update sudo apt-get install bison flex gcc automake libtool autoconf tcl
And subsequently the server code gets downloaded and installed via the standard commands from the Kolab wiki:
mkdir /tmp/kolabtemp cd /tmp/kolabtemp wget -r -l1 -nd --no-parent http://files.kolab.org/server/release/kolab-server-2.2.4/sources/ gpg --keyserver wwwkeys.pgp.net --recv-key 5816791A gpg --verify SHA1SUMS.sig sha1sum -c SHA1SUMS sudo sh install-kolab.sh 2>&1 | tee /root/kolab-install.log
No comments:
Post a Comment