@@ -7,7 +7,7 http://www.redmine.org/ | |||
|
7 | 7 | |
|
8 | 8 | == Requirements |
|
9 | 9 | |
|
10 |
* Ruby 1.8.7, 1.9.2 |
|
|
10 | * Ruby 1.8.7, 1.9.2, 1.9.3 or 2.0.0 | |
|
11 | 11 | * RubyGems |
|
12 | 12 | * Bundler >= 1.0.21 |
|
13 | 13 | |
@@ -15,6 +15,7 http://www.redmine.org/ | |||
|
15 | 15 | * MySQL (tested with MySQL 5.1) |
|
16 | 16 | * PostgreSQL (tested with PostgreSQL 9.1) |
|
17 | 17 | * SQLite3 (tested with SQLite 3.6) |
|
18 | * SQLServer (tested with SQLServer 2012) | |
|
18 | 19 | |
|
19 | 20 | Optional: |
|
20 | 21 | * SCM binaries (e.g. svn, git...), for repository browsing (must be available in PATH) |
@@ -39,6 +40,12 Optional: | |||
|
39 | 40 | of the rmagick gem using: |
|
40 | 41 | bundle install --without development test rmagick |
|
41 | 42 | |
|
43 | Only the gems that are needed by the adapters you've specified in your database | |
|
44 | configuration file are actually installed (eg. if your config/database.yml | |
|
45 | uses the 'mysql2' adapter, then only the mysql2 gem will be installed). Don't | |
|
46 | forget to re-run `bundle install` when you change config/database.yml for using | |
|
47 | other database adapters. | |
|
48 | ||
|
42 | 49 | If you need to load some gems that are not required by Redmine core (eg. fcgi), |
|
43 | 50 | you can create a file named Gemfile.local at the root of your redmine directory. |
|
44 | 51 | It will be loaded automatically when running `bundle install`. |
General Comments 0
You need to be logged in to leave comments.
Login now