summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-03-06 17:21:08 +0100
committerjocuri%softhome.net <>2004-03-06 17:21:08 +0100
commitaa76a6cc6469aee72d43079db5a23440c3f69d21 (patch)
tree03a74e48b0a573d7acfa86f82ea4d2d344e6be28 /docs
parent7c266b777a5bb8dc7dd9e44086c4e504f08650d7 (diff)
downloadbugzilla-aa76a6cc6469aee72d43079db5a23440c3f69d21.tar.gz
bugzilla-aa76a6cc6469aee72d43079db5a23440c3f69d21.tar.xz
Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea <abenea@home.ro>; r=kiko, a=justdave.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 2aa2496fc..b536e818f 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.62 2004/02/05 01:30:47 justdave%syndicomm.com Exp $ -->
+<!-- $Id: installation.xml,v 1.63 2004/03/06 08:21:08 jocuri%softhome.net Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1354,7 +1354,7 @@
</para>
<programlisting>
-C:\perl&gt; <command>ppm &lt;module name&gt;</command>
+C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
</programlisting>
<note>
@@ -1364,6 +1364,18 @@ C:\perl&gt; <command>ppm &lt;module name&gt;</command>
suggests using the instructions on <ulink
url="http://openinteract.sourceforge.net/">OpenInteract's website</ulink>.
</para>
+
+ <para>The following commands will install the required packages
+ missing from the ActivePerl default installation:
+ </para>
+
+ <programlisting>
+<command>ppm repository add oi http://openinteract.sourceforge.net/ppmpackages</command>
+<command>ppm install DBD-mysql</command>
+<command>ppm install Template-Toolkit</command>
+<command>ppm install TimeDate</command>
+ </programlisting>
+
</note>
</section>