##// END OF EJS Templates
INSTALL update (#12913)....
Jean-Philippe Lang -
r11362:de6e4ad43158
parent child
Show More
@@ -7,7 +7,7 http://www.redmine.org/
7
7
8 == Requirements
8 == Requirements
9
9
10 * Ruby 1.8.7, 1.9.2 or 1.9.3
10 * Ruby 1.8.7, 1.9.2, 1.9.3 or 2.0.0
11 * RubyGems
11 * RubyGems
12 * Bundler >= 1.0.21
12 * Bundler >= 1.0.21
13
13
@@ -15,6 +15,7 http://www.redmine.org/
15 * MySQL (tested with MySQL 5.1)
15 * MySQL (tested with MySQL 5.1)
16 * PostgreSQL (tested with PostgreSQL 9.1)
16 * PostgreSQL (tested with PostgreSQL 9.1)
17 * SQLite3 (tested with SQLite 3.6)
17 * SQLite3 (tested with SQLite 3.6)
18 * SQLServer (tested with SQLServer 2012)
18
19
19 Optional:
20 Optional:
20 * SCM binaries (e.g. svn, git...), for repository browsing (must be available in PATH)
21 * SCM binaries (e.g. svn, git...), for repository browsing (must be available in PATH)
@@ -39,6 +40,12 Optional:
39 of the rmagick gem using:
40 of the rmagick gem using:
40 bundle install --without development test rmagick
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 If you need to load some gems that are not required by Redmine core (eg. fcgi),
49 If you need to load some gems that are not required by Redmine core (eg. fcgi),
43 you can create a file named Gemfile.local at the root of your redmine directory.
50 you can create a file named Gemfile.local at the root of your redmine directory.
44 It will be loaded automatically when running `bundle install`.
51 It will be loaded automatically when running `bundle install`.
General Comments 0
You need to be logged in to leave comments. Login now