]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 297483: Remove comment from installation.xml about 'module-check' switch being...
authormozilla%colinogilvie.co.uk <>
Mon, 25 Jul 2005 19:49:03 +0000 (19:49 +0000)
committermozilla%colinogilvie.co.uk <>
Mon, 25 Jul 2005 19:49:03 +0000 (19:49 +0000)
Patch by me, r=gerv

docs/xml/installation.xml

index a90796d175bb07dfcc3fe450f4813ec9a2b10d48..5dea2029c0e87c18e2d442d4bd1ab3349bccb4fa 100644 (file)
@@ -1,5 +1,5 @@
 <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.98.2.2 2005/07/12 10:55:55 mozilla%colinogilvie.co.uk Exp $ -->
+<!-- $Id: installation.xml,v 1.98.2.3 2005/07/25 12:49:03 mozilla%colinogilvie.co.uk Exp $ -->
 <chapter id="installing-bugzilla">
   <title>Installing Bugzilla</title>
 
       
       <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
       <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>