[Kolab-devel] web client install doc improvements
m.stolte at datadevil.demon.nl
m.stolte at datadevil.demon.nl
Mon Dec 29 10:35:37 CET 2003
Hello,
in order to get more people to use the web-client, at least, hopefully, I
improved the document somewhat, can someone like wolfman or stephan also please
comment on the current status of horde integration?
Building and Installing the Kolab WebClient development version
(Thanks to cle_kolab At gmx.net)
1) Download the tar from : Kolab CVS:
choose 'show files using: MAIN', show, and then download tarball
2) tar xfvz horde.tar.gz
3) cd horde
4) download the following tarballs from http://ftp.horde.org/pub/, and put them
in your current dir (horde)
- horde-2.2.3.tar.gz
- imp-3.2.1.tar.gz
- kronolith-1.1.tar.gz
- mnemo-1.1.tar.gz
- nag-1.1.tar.gz
- pear-1.1.tar.gz
- turba-1.2.tar.gz
5) make sure you are in the kolab environment, as root, by using 'echo $PATH' to
see if the '/kolab/bin' path is in there. If not, just issue echo
PATH=/kolab/bin:$PATH .
5) run make
6) rpm -Uhv /kolab/RPM/PKG/horde*kol.rpm
7) add the following directive to /kolab/etc/kolab/httpd.conf.template. NB: you
probably want to add it just before the </virtualhost> tag, so it becomes part
of your ssl secured server, but you can also add it outside of the virtualhost
part, and you have a non-secure horde:
<Directory "/kolab/var/kolab/www/horde>
Options +FollowSymLinks
AllowOverride None
php_value include_path '/kolab/lib/php/pear/:.'
php_flag magic_quotes_gpc Off
php_flag track_vars On
Order allow,deny
Allow from all
</Directory>
7) and then run /kolab/etc/kolab/kolab -v -o
8) Restart apache/kolab
To access your web frontend goto: http(s)://mykolabserver/horde
More information about the devel
mailing list