summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-12 12:54:17 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-12 12:54:17 +0000
commitd59ac02fe9cbcb6ababf2ac1978d82ee89c57ae8 (patch)
treed7c7a13434b97c1c7070be618782a7f9ad84af0a /doc
parent918a412fd4c807eacfb9986cd13d76b5e7978077 (diff)
downloadredmine-d59ac02fe9cbcb6ababf2ac1978d82ee89c57ae8.tar.gz
redmine-d59ac02fe9cbcb6ababf2ac1978d82ee89c57ae8.zip
wrap lines less than 80 characters in doc/INSTALL (#20498)
Contributed by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@14485 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL22
1 files changed, 12 insertions, 10 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index a2a3ca45f..3dad2f1fa 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -18,7 +18,8 @@ http://www.redmine.org/
* SQLServer (tested with SQLServer 2012)
Optional:
-* SCM binaries (e.g. svn, git...), for repository browsing (must be available in PATH)
+* SCM binaries (e.g. svn, git...), for repository browsing (must be
+ available in PATH)
* ImageMagick (to enable Gantt export to png images)
== Installation
@@ -33,18 +34,19 @@ Optional:
4. Install the required gems by running:
bundle install --without development test
- If ImageMagick is not installed on your system, you should skip the installation
- of the rmagick gem using:
+ If ImageMagick is not installed on your system, you should skip the
+ installation 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.
+ 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.
+ 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`.
5. Generate a session store secret