svncommit
2007-10-02 5349b78ad4b578d532c9c6cb530dd09c6a702b03
INSTALL
@@ -42,7 +42,7 @@
# mysql
> CREATE DATABASE roundcubemail;
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
        IDENTIFIED BY 'password';
    IDENTIFIED BY 'password';
> quit
# mysql roundcubemail < SQL/mysql.initial.sql
@@ -55,7 +55,7 @@
# mysql
> CREATE DATABASE roundcubemail DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
> GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost
        IDENTIFIED BY 'password';
    IDENTIFIED BY 'password';
> quit
# mysql roundcubemail < SQL/mysql5.initial.sql
@@ -103,9 +103,13 @@
Change the files in config/* according your to environment and your needs.
Details about the config paramaters can be found in the config files.
You can also modify the default .htaccess file. This is necessary to
increase the allowed size of file attachments, for example:
   php_value       upload_max_filesize     2M
UPGRADING
=========
If you already have a previous version of RoundCube installed,
please refer to the instructions in UPGRADING guide.