From: jocuri%softhome.net <> Date: Fri, 4 Apr 2008 11:46:53 +0000 (+0000) Subject: Patch for bug 236567: Update the documentation describing the Perl modules installati... X-Git-Tag: bugzilla-3.1.3~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad69284cc7639023b9cade859435e7bf3f6081ad;p=thirdparty%2Fbugzilla.git Patch for bug 236567: Update the documentation describing the Perl modules installation on Windows using ppm; patch by Andrei Benea ; r=kiko, a=justdave. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index a71dc7b672..3a7fb5fe74 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1354,7 +1354,7 @@ -C:\perl> ppm <module name> +C:\perl> ppm install <module name> @@ -1364,6 +1364,18 @@ C:\perl> ppm <module name> suggests using the instructions on OpenInteract's website. + + The following commands will install the required packages + missing from the ActivePerl default installation: + + + +ppm repository add oi http://openinteract.sourceforge.net/ppmpackages +ppm install DBD-mysql +ppm install Template-Toolkit +ppm install TimeDate + +