diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-06 11:16:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-04-06 11:16:58 +0000 |
commit | dee17f4677498a8e3e81beac0622762165fa129d (patch) | |
tree | c8426a5380bb32ff837fd541585f0e56bcd815cf /doc | |
parent | 2658730302bd7cfa84ed53ee80926c33bedbcbe9 (diff) | |
download | redmine-dee17f4677498a8e3e81beac0622762165fa129d.tar.gz redmine-dee17f4677498a8e3e81beac0622762165fa129d.zip |
Adds a note about Gemfile.local in the INSTALL doc.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9347 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r-- | doc/INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index e7badf150..ea31d0dcf 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -31,6 +31,10 @@ Optional: of the rmagick gem using: bundle install --without development test rmagick + 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`. + 3. Create an empty utf8 encoded database: "redmine" for example 4. Configure the database parameters in config/database.yml |