diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-13 13:35:39 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-13 13:35:39 +0000 |
commit | 7059d0b500c1c85f14e7e691b58b72a125edb088 (patch) | |
tree | e5d3899c9eae1b218d9edd41f399e123831bcbd2 /doc | |
parent | 3168ee3d47f53f6045a039acd1d0febfbd356787 (diff) | |
download | redmine-7059d0b500c1c85f14e7e691b58b72a125edb088.tar.gz redmine-7059d0b500c1c85f14e7e691b58b72a125edb088.zip |
Adds requirement for ruby version and tells that Rails is included in downloadable releases (#4836).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3423 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 97d9d6080..1f3104644 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -7,7 +7,11 @@ http://www.redmine.org/ == Requirements -* Ruby on Rails 2.3.5 +* Ruby 1.8.6 or 1.8.7 + +* Ruby on Rails 2.3.5 (official downloadable Redmine releases are packaged with + the appropriate Rails version) + * A database: * MySQL (tested with MySQL 5) * PostgreSQL (tested with PostgreSQL 8.1) |