summaryrefslogtreecommitdiffstats
path: root/docs/en/xml
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2008-04-04 13:46:53 +0200
committerjocuri%softhome.net <>2008-04-04 13:46:53 +0200
commitad69284cc7639023b9cade859435e7bf3f6081ad (patch)
treeb7aa60a8fc9ebd3c1141917ab1d753f5e8ac0685 /docs/en/xml
parent05802f8e496785ec80c8a4ec553d4bb285f8d3b1 (diff)
downloadbugzilla-ad69284cc7639023b9cade859435e7bf3f6081ad.tar.gz
bugzilla-ad69284cc7639023b9cade859435e7bf3f6081ad.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/en/xml')
-rw-r--r--docs/en/xml/installation.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index a71dc7b67..3a7fb5fe7 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.62 2008/04/04 06:46:52 justdave%syndicomm.com Exp $ -->
+<!-- $Id: installation.xml,v 1.63 2008/04/04 06:46:53 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>