]> git.donarmstrong.com Git - roundcube.git/blobdiff - debian/README.Debian
Imported Debian patch 0.1~rc2-1
[roundcube.git] / debian / README.Debian
index 160a9c6d6cd2f15fb4c87390152bf9d823b460b2..32c5d82ffeca4ef7b7b5833b95e6dc35e9dd341c 100644 (file)
@@ -1,11 +1,10 @@
-Debian does not allow complex dependencies. Upon install, you need to
-check that you have the correct packages installed.
-
-If you want to use MySQL, you need mysql-client and php5-mysql. 
-For PostgreSQL, you need postgresql-client and php5-pgsql. 
-For SQLite, you need sqlite and php5-sqlite.
-
 For better compatibility, the schema used for MySQL is the one
 targeted at MySQL 4.0, not the one for MySQL 4.1 or MySQL 5.x.
 
- -- Vincent Bernat <bernat@luffy.cx>, Tue, 22 May 2007 21:17:27 +0200
+To use tinymce editor:
+ - install tinymce package
+ - uncomment the first block in /etc/apache*/conf.d/roundcube
+ - set $rcmail_config['enable_htmleditor'] to TRUE in
+   /etc/roundcube/main.inc.php
+
+ -- Vincent Bernat <bernat@luffy.cx>, Mon, 29 Oct 2007 21:39:09 +0100