Kronolith Installation Guide
Copyright 2000 <atif@developer.ch>
Copyright 2000 Charles J. Hagenbuch <chuck@horde.org>

This code is licensed under the GNU Public License.
See the file COPYING in the main directory.

Last Updated: 2000-05-08 [CJH]

++++++++++++++
Prerequisites:
++++++++++++++

get libmcal
http://download.sourceforge.net/libmcal/libmcal-0.6.tar.gz

get mcaldrivers
http://download.sourceforge.net/libmcal/mcaldrivers-0.8.tar.gz

untar libmcal
untar mcaldrivers
move the contents of mcaldrivers into libmcal directory
> cd libmcal/icap
> make
> cd ../mstore
> make
> cd .. libmcal
> ./configure --with-icap --with-mstore
> make; make install
additionally copy *.h to /usr/local/mcal/include

> mkdir /var/calendar
> chmod 1777 /var/calendar

cd to php4 src directory
configure php with --with-mcal=/usr/local/mcal and other regular options
make and make install

cd to apache directory
make and make install

restart your httpd server

make the mstore password file /etc/mpasswd
use the htpasswd program from apache
for the first time use
> htpasswd -c /etc/mpasswd username
and for adding more users don't use the -c switch


++++++++++
KRONOLITH:
++++++++++

cd into your horde directory and:
> co kronolith code
> cvs -d :pserver:cvsread@cvs.horde.org:/cvs/horde login
> cvs -d :pserver:cvsread@cvs.horde.org:/cvs/horde co kronolith

> cd kronolith/config
> cp conf.php.dist to conf.php
> cp html.php.dist to html.php

Voilla! Visit http://yourserver/hordepath/kronolith/
