stephan: doc/www/src cvs-kolab.html.m4,1.1,1.2

cvs at intevation.de cvs at intevation.de
Tue Sep 2 17:53:38 CEST 2003


Author: stephan

Update of /kolabrepository/doc/www/src
In directory doto:/tmp/cvs-serv20747

Modified Files:
	cvs-kolab.html.m4 
Log Message:
Updated the HOWTO sources. Add webclient installation instructions to the
website.


Index: cvs-kolab.html.m4
===================================================================
RCS file: /kolabrepository/doc/www/src/cvs-kolab.html.m4,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cvs-kolab.html.m4	12 Jun 2003 18:51:04 -0000	1.1
+++ cvs-kolab.html.m4	2 Sep 2003 15:53:35 -0000	1.2
@@ -2,7 +2,7 @@
 
 m4_include(header.html.m4)
 
-<h3>Build and Install Scripts</h3>
+<h3>Build and Install Scripts</h3><i>(Carefull: Mostly Obsolete)</i>
 
 The latest versions of the build system can be downloaded throught these viewcvs links:
 <p>
@@ -46,5 +46,40 @@
 <h3>Report results</h3>
 Please report any development issues to the public mailinglist
 <a href="mailto:kolab-devel at intevation.org">kolab-devel at intevation.org</a>.
+
+<h3>Building and Installing the Kolab WebClient development version</h3>
+<font size="-1">(Thanks to cle_kolab At gmx.net)</font><p>
+
+1) Download the tar from :
+<a href="http://intevation.de/cgi-bin/viewcvs-kolab.cgi/server/horde/?only_with_tag=KOLAB_1_0">Kolab CVS</a><br>
+
+2) tar xfvz horde.tar.gz <br>
+3) cd horde <br>
+4) make <br>
+5) rpm -Uhv file:///kolab/RPM/PKG/horde-*.kol.rpm <p>
+
+6) add the following directive to /kolab/etc/kolab/httpd.conf.template <br>
+
+<pre>
+<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>
+
+</pre>
+
+7) and then run /kolab/etc/kolab/kolab -v -o <br>
+
+8) Restart apache/kolab <br>
+
+To access your web frontend goto: http://mykolabserver/horde <br>
+
+<p>
 
 m4_include(footer.html.m4)





More information about the commits mailing list