[pkg-kolab] Install documentation

Nelson Menezes nelson_menezes at yahoo.co.uk
Wed Mar 22 07:22:29 UTC 2006


Hi; thanks so much for the effort to bring Kolab to Debian.

I've tried to follow the installation instructions; so far I'm stuck at 
point 8:

   link the Apache2 kolab config to your sites-available:

   # ln -s /etc/kolab/apache2-kolab.conf /etc/apache2/sites-available/

apache2-kolab.conf does not exist; should it not be provided by kolabd 
package? I assume it's the configuration file for Horde? This is the one 
thing I havn't managed to have working.

Also, kolab-webadmin is not in the repository... I downloaded it from 
http://packages.debian.org/experimental/admin/kolab-webadmin instead.

I've had to add this site to the apache configuration (as a file named 
kolab-webadmin under /etc/apache2/sites-available) and then run 
"a2ensite kolab-webadmin; /etc/init.d/apache2 reload":



NameVirtualHost *:10001
<VirtualHost *:10001>
         ServerAdmin webmaster@<SERVER-NAME>

         DocumentRoot /usr/share/kolab-webadmin

         <Directory /usr/share/kolab-webadmin>
                 Options Indexes FollowSymLinks MultiViews
                 AllowOverride None
                 Order allow,deny
                 allow from all
         </Directory>

         ErrorLog /var/log/apache2/error.log
         LogLevel warn

         CustomLog /var/log/apache2/access.log combined
         ServerSignature On

</VirtualHost>



I can then access the interface on http://<SERVER-NAME>:10001/admin/
It shouldn't be a big problem to add SSL to this site.

I'm running a freshly-installed Debian unstable (i386); if there is 
anything I can do to help, please let me know!


-- 
Nelson Menezes



More information about the pkg-kolab-devel mailing list