Horde Uninstall Package
: none General Horde installation Howto Distribution-specific requirements Debian 7.0 'Wheezy' Horde is not in Debian Wheezy, but you can install it from jessie. Do this (as root): cat /etc/apt/sources.list.d/jessie.list deb jessie main EOF cat /etc/apt/preferences.d/horde.pref Package:.
Npm Uninstall Package
Pin: release n=jessie Pin-Priority: 100 Package: php-horde php-horde-. Pin: release n=jessie Pin-Priority: 500 EOF apt-get update. And follow the generic instructions. Debian 8.0 'Jessie' and later No specific instructions: follow the generic instructions. Installing Installing bundles If you want to install the webmail bundle:. apt-get install php-horde-webmail If you want to install the groupware bundle:. apt-get install php-horde-groupware NB: Horde bundles provide the horde-bundle virtual package Installing individual applications Just add php-horde- in front of the application name.
General Horde installation Howto. Distribution-specific requirements. Debian 7.0 'Wheezy' Horde is not in Debian Wheezy, but you can install it from jessie. Uninstall the package. Installing packages from SVN. This passage will describe how to install the latest development version of a PEAR package from SVN. Horde HowTo Documentation. How to uninstall all PEAR packages from Horde's PEAR channel (almost) complete collaborative mailsystem howto with postfix.
Uninstall Package In Transit
Example:. apt-get install php-horde-gollem Configuring Webserver The php-horde package installs a simple apache config ( /etc/apache2/conf.d/php-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). Configuring Horde There are several ways to configure Horde:. 1. If you have installed a bundle, you can run the included script.
(webmail-install or groupware-install). 2. For each application, you can bootstrap the config cd /etc/horde/ cp conf.php.dist conf.php chown www-data conf.php. Then use the web interface:. 3. Configure thru the web interface, download the generated file, copy it to.
/etc/horde/ and make it unwritable (chown root + chmod 0755).