diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-16 12:42:48 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-09-16 12:42:48 +0000 |
commit | 49d93a5cabf0cda5fe91eb6935e0dcb97c84589f (patch) | |
tree | f417107c5b4215d2c2ce4a9b6af6b39ceeb6c92b /doc/INSTALL | |
parent | 17db2dca3d1c68483d252dab246769f70667f753 (diff) | |
download | redmine-49d93a5cabf0cda5fe91eb6935e0dcb97c84589f.tar.gz redmine-49d93a5cabf0cda5fe91eb6935e0dcb97c84589f.zip |
Updates for 2.0.4 and 2.1.0 releases.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10391 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 7021dc671..34c471d1e 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -13,7 +13,7 @@ http://www.redmine.org/ * A database: * MySQL (tested with MySQL 5.1) - * PostgreSQL (tested with PostgreSQL 8.4) + * PostgreSQL (tested with PostgreSQL 9.1) * SQLite3 (tested with SQLite 3.6) Optional: @@ -38,7 +38,10 @@ Optional: 3. Create an empty utf8 encoded database: "redmine" for example 4. Configure the database parameters in config/database.yml - for the "production" environment (default database is MySQL) + for the "production" environment (default database is MySQL and ruby1.8) + + If you're running Redmine with MySQL and ruby1.9, replace the adapter name + with `mysql2` 5. Generate a session store secret |