diff options
author | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:47:31 +0200 |
---|---|---|
committer | mozilla%colinogilvie.co.uk <> | 2008-04-04 13:47:31 +0200 |
commit | b5293ce27c5c006e03438fbf6a71892185d61c91 (patch) | |
tree | ae03e127401c6ba24730b51bb2b2081e690c458e /docs/en | |
parent | fe1c6cfb9344690617b4d24b34cc9e861881b7ff (diff) | |
download | bugzilla-b5293ce27c5c006e03438fbf6a71892185d61c91.tar.gz bugzilla-b5293ce27c5c006e03438fbf6a71892185d61c91.tar.xz |
Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available
Patch by me, r=gerv
Diffstat (limited to 'docs/en')
-rw-r--r-- | docs/en/xml/installation.xml | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 65828412f..6c511ad31 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> -<!-- $Id: installation.xml,v 1.100 2008/04/04 06:47:30 mozilla%colinogilvie.co.uk Exp $ --> +<!-- $Id: installation.xml,v 1.101 2008/04/04 06:47:31 mozilla%colinogilvie.co.uk Exp $ --> <chapter id="installing-bugzilla"> <title>Installing Bugzilla</title> @@ -218,15 +218,11 @@ <para> At this point, you need to <filename>su</filename> to root. You should - remain as root until the end of the install. Then run: + remain as root until the end of the install. To check you have the + required modules, run: </para> - <screen><prompt>bash#</prompt> ./checksetup.pl</screen> - - <!-- We really need a "module-check" switch for checksetup, - which we can use here to make it really clear when they've got - all the modules. --> - + <screen><prompt>bash#</prompt> ./checksetup.pl --check-modules</screen> <para> <filename>checksetup.pl</filename> will print out a list of the @@ -580,10 +576,15 @@ <title>localconfig</title> <para> - Once you run <filename>checksetup.pl</filename> with all the correct - modules installed, it displays a message about, and write out a - file called, <filename>localconfig</filename>. This file contains - the default settings for a number of Bugzilla parameters. + You should now run <filename>checksetup.pl</filename> again, this time + without the <literal>--check-modules</literal> switch. + </para> + <screen><prompt>bash#</prompt> ./checksetup.pl</screen> + <para> + This time, <filename>checksetup.pl</filename> should tell you that all + the correct modules are installed and will display a message about, and + write out a file called, <filename>localconfig</filename>. This file + contains the default settings for a number of Bugzilla parameters. </para> <para> |