General Horde installation Howto
Debian <= 6 (squeeze)
For Debian squeeze and above, Horde 3 instructions are at Horde/Horde3.
Debian 7 (wheezy)
Horde is not in Debian Wheezy, but you can install it from unstable.
Debian unstable (sid)
Installing bundles
For example, if you want to install the webmail bundle:
- aptitude install php-horde-webmail
Then :
- webmail-install
For example, if you want to install the webmail bundle:
- aptitude install php-horde-groupware
Then :
- groupware-install
NB: Horde bundles provides the horde-bundle virtual package
Installing individual applications
Just add php-horde- in fornt of the application name. Example
- aptitude install php-horde-gollem
Configuring Webserver
The php-horde package installs a simple apache config (/etc/apache2/conf.d/horde.conf). This is for fast installation but is not sufficient for production environment (it does not ensure SSL). You can remove it and add a new site (/etc/apache2/sites-available/horde.conf) and enable it (a2ensite horde).