summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authormozilla%colinogilvie.co.uk <>2005-07-25 21:50:49 +0200
committermozilla%colinogilvie.co.uk <>2005-07-25 21:50:49 +0200
commit80d8289eae009f7170a7f6152ec7ededa6907bcf (patch)
treeb2d61016cb43eb85ffa79507eedc0285dc32a543 /docs
parent09bdfab67b64a2a6651bc03aadfbf924d7b70fde (diff)
downloadbugzilla-80d8289eae009f7170a7f6152ec7ededa6907bcf.tar.gz
bugzilla-80d8289eae009f7170a7f6152ec7ededa6907bcf.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')
-rw-r--r--docs/xml/installation.xml25
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index ec30713f3..9b3bcc5ba 100644
--- a/docs/xml/installation.xml
+++ b/docs/xml/installation.xml
@@ -1,5 +1,5 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.100 2005/07/12 10:56:52 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.101 2005/07/25 12:50:49 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>