]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.README.Debian
Imported Debian patch 0.3.1-4
[roundcube.git] / debian / roundcube-core.README.Debian
1 This package ships with configuration files for Apache and
2 lighttpd. However, it is not possible to cover all cases and you still
3 need to do some manual steps to adapt the installation to your site
4 configuration.
5
6 You can uncomment the Alias directives in
7 `/etc/roundcube/apache.conf'. You can then access your roundcube
8 installation under `/roundcube' in all virtual hosts. If you want to
9 create a specific virtual host, just point DocumentRoot to
10 `/var/lib/roundcube'.
11
12 It is important to keep in mind that the root installation of
13 roundcube is `/var/lib/roundcube' and not `/usr/share/roundcube'. You
14 also need to keep the configuration file provided. Otherwise, your
15 installation will be non functional and insecure.
16
17 For better compatibility, the schema used for MySQL is the one
18 targeted at MySQL 4.0, not the one for MySQL 4.1 or MySQL 5.x.
19
20 To use tinymce editor:
21  - set $rcmail_config['htmleditor'] to TRUE in
22    /etc/roundcube/main.inc.php
23
24 No plugins are shipped (except core plugins) with this package of
25 roundcube. Add your plugin in /var/lib/roundcube/plugins.
26
27  -- Vincent Bernat <bernat@debian.org>, Sat, 10 Jul 2010 18:19:35 +0200