<!-- <!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>
</para>
<programlisting>
-C:\perl> <command>ppm <module name></command>
+C:\perl> <command>ppm install <module name></command>
</programlisting>
<note>
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>