Mercurial > hg > soundsoftware-site
comparison doc/.svn/text-base/INSTALL.svn-base @ 514:7eba09d624db live
Merge
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 10:50:53 +0100 |
parents | cbce1fd3b1b7 |
children |
comparison
equal
deleted
inserted
replaced
512:b9aebdd7dd40 | 514:7eba09d624db |
---|---|
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 * Ruby on Rails 2.3.5 (official downloadable Redmine releases are packaged with | 12 * RubyGems 1.3.7 |
13 | |
14 * Ruby on Rails 2.3.11 (official downloadable Redmine releases are packaged with | |
13 the appropriate Rails version) | 15 the appropriate Rails version) |
14 | 16 |
15 * Rack 1.0.1 | 17 * Rack 1.1.0 gem |
16 | 18 |
17 * RubyGems 1.3.1 | 19 * Rake 0.8.3 gem |
18 | 20 |
19 * Rake 0.8.3 | 21 * I18n 0.4.2 gem |
20 | 22 |
21 * A database: | 23 * A database: |
22 * MySQL (tested with MySQL 5) | 24 * MySQL (tested with MySQL 5.1) |
23 * PostgreSQL (tested with PostgreSQL 8.1) | 25 * PostgreSQL (tested with PostgreSQL 8.4) |
24 * SQLite (tested with SQLite 3) | 26 * SQLite3 (tested with SQLite 3.6) |
25 | 27 |
26 Optional: | 28 Optional: |
27 * 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) |
28 * RMagick (to enable Gantt export to png images) | 30 * RMagick (to enable Gantt export to png images) |
29 * Ruby OpenID Library >= version 2 (to enable OpenID support) | 31 * Ruby OpenID Library >= version 2 (to enable OpenID support) |
76 Go to "Administration" to load the default configuration data (roles, | 78 Go to "Administration" to load the default configuration data (roles, |
77 trackers, statuses, workflow) and to adjust the application settings | 79 trackers, statuses, workflow) and to adjust the application settings |
78 | 80 |
79 == SMTP server Configuration | 81 == SMTP server Configuration |
80 | 82 |
81 Copy config/email.yml.example to config/email.yml and edit this file | 83 Copy config/configuration.yml.example to config/configuration.yml and |
82 to adjust your SMTP settings. | 84 edit this file to adjust your SMTP settings. |
83 Do not forget to restart the application after any change to this file. | 85 Do not forget to restart the application after any change to this file. |
84 | 86 |
85 Please do not enter your SMTP settings in environment.rb. | 87 Please do not enter your SMTP settings in environment.rb. |
86 | 88 |
87 == References | 89 == References |