Skip to content

Commit d59ac02

Browse files
committed
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
1 parent 918a412 commit d59ac02

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

doc/INSTALL

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ http://www.redmine.org/
1818
* SQLServer (tested with SQLServer 2012)
1919

2020
Optional:
21-
* SCM binaries (e.g. svn, git...), for repository browsing (must be available in PATH)
21+
* SCM binaries (e.g. svn, git...), for repository browsing (must be
22+
available in PATH)
2223
* ImageMagick (to enable Gantt export to png images)
2324

2425
== Installation
@@ -33,18 +34,19 @@ Optional:
3334
4. Install the required gems by running:
3435
bundle install --without development test
3536

36-
If ImageMagick is not installed on your system, you should skip the installation
37-
of the rmagick gem using:
37+
If ImageMagick is not installed on your system, you should skip the
38+
installation of the rmagick gem using:
3839
bundle install --without development test rmagick
3940

40-
Only the gems that are needed by the adapters you've specified in your database
41-
configuration file are actually installed (eg. if your config/database.yml
42-
uses the 'mysql2' adapter, then only the mysql2 gem will be installed). Don't
43-
forget to re-run `bundle install` when you change config/database.yml for using
44-
other database adapters.
41+
Only the gems that are needed by the adapters you've specified in your
42+
database configuration file are actually installed (eg. if your
43+
config/database.yml uses the 'mysql2' adapter, then only the mysql2 gem
44+
will be installed). Don't forget to re-run `bundle install` when you
45+
change config/database.yml for using other database adapters.
4546

46-
If you need to load some gems that are not required by Redmine core (eg. fcgi),
47-
you can create a file named Gemfile.local at the root of your redmine directory.
47+
If you need to load some gems that are not required by Redmine core
48+
(eg. fcgi), you can create a file named Gemfile.local at the root of
49+
your redmine directory.
4850
It will be loaded automatically when running `bundle install`.
4951

5052
5. Generate a session store secret

0 commit comments

Comments
 (0)