gunnar: server README.webclient,NONE,1.1

cvs at kolab.org cvs at kolab.org
Tue May 29 17:07:08 CEST 2007


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv6033

Added Files:
	README.webclient 
Log Message:
Add a draft readme for the horde webclient.

--- NEW FILE: README.webclient ---
== Installation on top of a running server ==

PLEASE NOTE: This is still highly experimental and may damage your
existing Kolab installation. Do NOT install these packages on a
productive machine!

This works only with the Kolab-2.1_RC1 server version!

Move into the directory where you dowloaded the Kolab source packages
and the obmtool script.

Remove the old obmtool.conf script:

rm obmtool.conf

Download the necessary Horde source packages including the new
obmtool.conf:

wget -q -r -l1 -nd --no-parent http://build.pardus.de/downloads/kolab-horde-tmp

Now run 

sh obmtool kolab &> kolab-horde-build.log

as in a standard Kolab installation.

Finally configure Horde with 

/kolab/sbin/kolabconf

and restart the services

/kolab/bin/openpkg rc all restart


== Full installation ==

This is can be used to get a current, full installation including
horde in a few steps:

# Remove the /kolab directoy and any sources in /tmp/kolab
rm -rf /kolab /tmp/kolab

# Get the sources
mkdir /tmp/kolab
cd /tmp/kolab
wget -q -r -l1 -nd --no-parent http://max.kde.org:8080/mirrors/ftp.kolab.org/server/beta/kolab-server-2.1-rc-1/sources/
rm obmtool.conf
wget -q -r -l1 -nd --no-parent http://build.pardus.de/downloads/kolab-horde-tmp

# Install kolab
sh obmtool kolab &> kolab-build.log

# Bootstrap Kolab
/kolab/etc/kolab/kolab_bootstrap -b

# Restart services
/kolab/bin/openpkg rc all restart





More information about the commits mailing list