summaryrefslogtreecommitdiffstats
path: root/docs/xml/installation.xml
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2008-02-25 02:23:06 +0100
committerlpsolit%gmail.com <>2008-02-25 02:23:06 +0100
commit8ef50bdaba56ee100821c51ff141e00d26723dc7 (patch)
treeed8ee9084159a14bdf898f70f78a01f79b9041c9 /docs/xml/installation.xml
parente392ffd239774806252659f8dc10fa6866a99526 (diff)
downloadbugzilla-8ef50bdaba56ee100821c51ff141e00d26723dc7.tar.gz
bugzilla-8ef50bdaba56ee100821c51ff141e00d26723dc7.tar.xz
Bug 415676: Remove all mentions of landfill.bugzilla.org/ppm from the documentation. People should use theory58S instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave
Diffstat (limited to 'docs/xml/installation.xml')
-rw-r--r--docs/xml/installation.xml24
1 files changed, 18 insertions, 6 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index 3d1b4d5e7..3815f6753 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.154 2008/02/17 14:29:02 lpsolit%gmail.com Exp $ -->
+<!-- $Id: installation.xml,v 1.155 2008/02/24 19:23:06 lpsolit%gmail.com Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -1558,7 +1558,9 @@ AddType application/rdf+xml .rdf</screen>
Bugzilla on Windows requires the same perl modules found in
<xref linkend="install-perlmodules"/>. The main difference is that
windows uses <glossterm linkend="gloss-ppm">PPM</glossterm> instead
- of CPAN.
+ of CPAN. ActiveState provides a GUI to manage Perl modules. We highly
+ recommend that you use it. If you prefer to use ppm from the
+ command-line, type:
</para>
<programlisting>
@@ -1567,18 +1569,28 @@ C:\perl&gt; <command>ppm install &lt;module name&gt;</command>
<para>
The best source for the Windows PPM modules needed for Bugzilla
- is probably the Bugzilla Test Server (aka 'Landfill'), so
- you should add the Landfill package repository as follows:
+ is probably the theory58S website, which you can add to your list
+ of repositories as follows (for Perl 5.8.x):
</para>
<programlisting>
-<command>ppm repo add landfill http://www.landfill.bugzilla.org/ppm/</command>
+<command>ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command>
</programlisting>
+
+ <para>
+ If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl
+ 5.8.x as they are incompatible. In this case, you should add the following
+ repository:
+ </para>
+ <programlisting>
+<command>ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/</command>
+ </programlisting>
+
<note>
<para>
In versions prior to 5.8.8 build 819 of PPM the command is
<programlisting>
-<command>ppm repository add landfill http://www.landfill.bugzilla.org/ppm/</command>
+<command>ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/</command>
</programlisting>
</para>
</note>