]> git.donarmstrong.com Git - roundcube.git/blob - debian/roundcube-core.README.Debian
New upstream release
[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 This package makes use of dbconfig-common to setup the database. If
28 you do not wish to use dbconfig-common, you can find the SQL commands
29 to use to install and upgrade the database in
30 `/usr/share/dbconfig-common/data/roundcube'. When upgrading, you need
31 to apply each upgrade file from the version you are upgrading
32 (excluded). For example, if you are using MySQL and want to upgrade
33 from 0.3-1, you need to apply `mysql/0.5-1'. If you are upgrading from
34 0.2~alpha-5, you need to apply `mysql/0.2~stable-1' and `mysql/0.5-1'.
35
36  -- Vincent Bernat <bernat@debian.org>, Sun, 13 Feb 2011 12:59:27 +0100