Mercurial > hg > soundsoftware-site
comparison doc/.svn/text-base/INSTALL.svn-base @ 441:cbce1fd3b1b7 redmine-1.2
Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author | Chris Cannam |
---|---|
date | Mon, 06 Jun 2011 14:24:13 +0100 |
parents | 0579821a129a |
children |
comparison
equal
deleted
inserted
replaced
245:051f544170fe | 441:cbce1fd3b1b7 |
---|---|
1 == Redmine installation | 1 == Redmine installation |
2 | 2 |
3 Redmine - project management software | 3 Redmine - project management software |
4 Copyright (C) 2006-2010 Jean-Philippe Lang | 4 Copyright (C) 2006-2011 Jean-Philippe Lang |
5 http://www.redmine.org/ | 5 http://www.redmine.org/ |
6 | 6 |
7 | 7 |
8 == Requirements | 8 == Requirements |
9 | 9 |
10 * Ruby 1.8.6 or 1.8.7 | 10 * Ruby 1.8.6 or 1.8.7 |
11 | 11 |
12 * RubyGems 1.3.1 | 12 * RubyGems 1.3.7 |
13 | 13 |
14 * Ruby on Rails 2.3.5 (official downloadable Redmine releases are packaged with | 14 * Ruby on Rails 2.3.11 (official downloadable Redmine releases are packaged with |
15 the appropriate Rails version) | 15 the appropriate Rails version) |
16 | 16 |
17 * Rack 1.0.1 gem | 17 * Rack 1.1.0 gem |
18 | 18 |
19 * Rake 0.8.3 gem | 19 * Rake 0.8.3 gem |
20 | 20 |
21 * I18n 0.4.2 gem | 21 * I18n 0.4.2 gem |
22 | 22 |
23 * A database: | 23 * A database: |
24 * MySQL (tested with MySQL 5) | 24 * MySQL (tested with MySQL 5.1) |
25 * PostgreSQL (tested with PostgreSQL 8.1) | 25 * PostgreSQL (tested with PostgreSQL 8.4) |
26 * SQLite (tested with SQLite 3) | 26 * SQLite3 (tested with SQLite 3.6) |
27 | 27 |
28 Optional: | 28 Optional: |
29 * SCM binaries (e.g. svn), for repository browsing (must be available in PATH) | 29 * SCM binaries (e.g. svn), for repository browsing (must be available in PATH) |
30 * RMagick (to enable Gantt export to png images) | 30 * RMagick (to enable Gantt export to png images) |
31 * Ruby OpenID Library >= version 2 (to enable OpenID support) | 31 * Ruby OpenID Library >= version 2 (to enable OpenID support) |