diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-21 08:07:01 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-21 08:07:01 +0100 |
commit | bef834045b55ae2beae7b938f56268204dfc19ff (patch) | |
tree | 112c51df7fdef707aed73d5c46ddf08ce2bd1b3a /roundcubemail-README.rpm | |
parent | b143906ebad02bb57ab5a7fc5964e77ffa00609e (diff) |
roundcubemail: sync with rawhide (drop tinymce bbcode plugin)
Diffstat (limited to 'roundcubemail-README.rpm')
-rw-r--r-- | roundcubemail-README.rpm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail-README.rpm b/roundcubemail-README.rpm index afb5445..57a92c3 100644 --- a/roundcubemail-README.rpm +++ b/roundcubemail-README.rpm @@ -10,6 +10,14 @@ Notice As those directories are not served by the web server, there is no need to protect them. +Databases + +Roundcube supports various database providers, including SQLite, MySQL and +PostgreSQL. The package depends only on php-pdo, which provides SQLite +support. However, the default configuration is for a MySQL database, for +performance reasons. To use the MySQL database, ensure php-mysql is +installed. If you want to use another database, adjust the configuration +file, and ensure the appropriate PDO plugin is installed. If necessary. The installer is available at http://localhost/roundcubemail/installer |