Mercurial > hg > soundsoftware-site
diff doc/UPGRADING @ 1298:4f746d8966dd redmine_2.3_integration
Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author | Chris Cannam |
---|---|
date | Fri, 14 Jun 2013 09:28:30 +0100 |
parents | 622f24f53b42 |
children | e248c7af89ec |
line wrap: on
line diff
--- a/doc/UPGRADING Fri Jun 14 09:07:32 2013 +0100 +++ b/doc/UPGRADING Fri Jun 14 09:28:30 2013 +0100 @@ -1,7 +1,7 @@ == Redmine upgrade Redmine - project management software -Copyright (C) 2006-2012 Jean-Philippe Lang +Copyright (C) 2006-2013 Jean-Philippe Lang http://www.redmine.org/ @@ -32,6 +32,16 @@ of the rmagick gem using: bundle install --without development test rmagick + Only the gems that are needed by the adapters you've specified in your database + configuration file are actually installed (eg. if your config/database.yml + uses the 'mysql2' adapter, then only the mysql2 gem will be installed). Don't + forget to re-run `bundle install` when you change config/database.yml for using + other database adapters. + + If you need to load some gems that are not required by Redmine core (eg. fcgi), + you can create a file named Gemfile.local at the root of your redmine directory. + It will be loaded automatically when running `bundle install`. + 6. Generate a session store secret Redmine stores session data in cookies by default, which requires