Horde3
apt-get install horde3
Now make the site available In etc/apache2-sites-available there is already a file horde3
Alias /horde3 /usr/share/horde3 <Directory /usr/share/horde3> Options FollowSymLinks AllowOverride Limit deny from all allow from all 192.168 127.0.0 </Directory> <Location /horde3> SSLCipherSuite HIGH:MEDIUM </Location>
And make the site enabled
ln -s /etc/apache2/sites-available/horde3 00X-horde3
Database
To make the database there are several scripts. We use MYsql:
gunzip /usr/share/doc/horde3/examples/scripts/sql/create.mysql.sql.gz
and change the password in the script for the user horde Run the script
mysql -u root -p source /usr/share/doc/horde3/examples/scripts/sql/create.mysql.sql
Now we can browse to the site
http://192.168.70.9/horde3/
This will give us the following
Horde3 configuration disabled by default because the administration/install wizard gives the whole world too much access to the system. Read /usr/share /doc/horde3/README.Debian.gz on how to allow access.
To use the web configuration wizard we need to change the following
chgrp www-data /etc/horde/horde3/