From d59ac02fe9cbcb6ababf2ac1978d82ee89c57ae8 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Wed, 12 Aug 2015 12:54:17 +0000 Subject: [PATCH] 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 --- doc/INSTALL | 22 ++++++++++++---------- 1 file 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 -- 2.39.5