##// END OF EJS Templates
Adds a note about Gemfile.local in the INSTALL doc....
Jean-Philippe Lang -
r9213:dee17f467749
parent child
Show More
@@ -31,6 +31,10 Optional:
31 of the rmagick gem using:
31 of the rmagick gem using:
32 bundle install --without development test rmagick
32 bundle install --without development test rmagick
33
33
34 If you need to load some gems that are not required by Redmine core (eg. fcgi),
35 you can create a file named Gemfile.local at the root of your redmine directory.
36 It will be loaded automatically when running `bundle install`.
37
34 3. Create an empty utf8 encoded database: "redmine" for example
38 3. Create an empty utf8 encoded database: "redmine" for example
35
39
36 4. Configure the database parameters in config/database.yml
40 4. Configure the database parameters in config/database.yml
General Comments 0
You need to be logged in to leave comments. Login now