diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-04 18:03:43 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-07-04 18:03:43 +0000 |
commit | 5d0b53544c859506cc7f2e52f0a5243e50bca5e9 (patch) | |
tree | 040fe0f3e872fffb899dae13ef84fc0266ab9d23 /doc/INSTALL | |
parent | 7cdd88a6ce3632c801223b33e5ccc2b9fc13651e (diff) | |
download | redmine-5d0b53544c859506cc7f2e52f0a5243e50bca5e9.tar.gz redmine-5d0b53544c859506cc7f2e52f0a5243e50bca5e9.zip |
Updated INSTALL doc.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1624 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index ab35bd1b8..87a2b38d5 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,19 +7,16 @@ http://www.redmine.org/ == Requirements -* Ruby on Rails 2.0.2 (not Rails 2.1) -* A database (see compatibility below) +* Ruby on Rails 2.1 +* A database: + * MySQL (tested with MySQL 5) + * PostgreSQL (tested with PostgreSQL 8.1) + * SQLite (tested with SQLite 3) Optional: * SVN binaries >= 1.3 (needed for repository browsing, must be available in PATH) * RMagick (gantt export to png) -Supported databases: -* MySQL (tested with MySQL 5) -* PostgreSQL (tested with PostgreSQL 8.1) -* SQLite (tested with SQLite 3) - - == Installation 1. Uncompress the program archive |