Bug 299145: Document new required perl modules

Patch by me, r=mkanat
parent 051be1c7
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" [ <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
<!-- Include macros --> <!-- Include macros -->
<!ENTITY about SYSTEM "about.sgml"> <!ENTITY about SYSTEM "about.xml">
<!ENTITY conventions SYSTEM "conventions.sgml"> <!ENTITY conventions SYSTEM "conventions.xml">
<!ENTITY doc-index SYSTEM "index.sgml"> <!ENTITY doc-index SYSTEM "index.xml">
<!ENTITY faq SYSTEM "faq.sgml"> <!ENTITY faq SYSTEM "faq.xml">
<!ENTITY gfdl SYSTEM "gfdl.sgml"> <!ENTITY gfdl SYSTEM "gfdl.xml">
<!ENTITY glossary SYSTEM "glossary.sgml"> <!ENTITY glossary SYSTEM "glossary.xml">
<!ENTITY installation SYSTEM "installation.sgml"> <!ENTITY installation SYSTEM "installation.xml">
<!ENTITY administration SYSTEM "administration.sgml"> <!ENTITY administration SYSTEM "administration.xml">
<!ENTITY using SYSTEM "using.sgml"> <!ENTITY security SYSTEM "security.xml">
<!ENTITY integration SYSTEM "integration.sgml"> <!ENTITY using SYSTEM "using.xml">
<!ENTITY future SYSTEM "future.sgml"> <!ENTITY integration SYSTEM "integration.xml">
<!ENTITY index SYSTEM "index.sgml"> <!ENTITY index SYSTEM "index.xml">
<!ENTITY database SYSTEM "database.sgml"> <!ENTITY customization SYSTEM "customization.xml">
<!ENTITY patches SYSTEM "patches.sgml"> <!ENTITY troubleshooting SYSTEM "troubleshooting.xml">
<!ENTITY variants SYSTEM "variants.sgml"> <!ENTITY patches SYSTEM "patches.xml">
<!ENTITY introduction SYSTEM "introduction.sgml"> <!ENTITY introduction SYSTEM "introduction.xml">
<!ENTITY revhistory SYSTEM "revhistory.sgml"> <!ENTITY modules SYSTEM "modules.xml">
<!-- Things to change for a stable release: <!-- Things to change for a stable release:
* bz-ver to current stable * bz-ver to current stable
* bz-nexver to next stable * bz-nexver to next stable
* bz-date to the release date * bz-date to the release date
* bz-devel to "IGNORE" * Remove the BZ-DEVEL comments
- COMPILE DOCS AND CHECKIN - - COMPILE DOCS AND CHECKIN -
Also, tag and tarball before completing Also, tag and tarball before completing
* bz-ver to devel version * bz-ver to devel version
* bz-devel to "INCLUDE"
For a devel release, simple bump bz-ver and bz-date For a devel release, simple bump bz-ver and bz-date
--> -->
<!ENTITY bz-ver "2.17.4"> <!ENTITY bz-ver "2.19.3">
<!ENTITY bz-nextver "2.18"> <!ENTITY bz-nextver "2.20">
<!ENTITY bz-date "2003-02-16"> <!ENTITY bz-date "2005-05-11">
<!ENTITY % bz-devel "INCLUDE"> <!ENTITY current-year "2005">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bzg-auth "The Bugzilla Team">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>"> <!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
<!ENTITY mysql "http://www.mysql.com/"> <!ENTITY mysql "http://www.mysql.com/">
<!ENTITY newest-perl-ver "5.8"> <!ENTITY newest-perl-ver "5.8.3">
<!-- For minimum versions --> <!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.41"> <!ENTITY min-mysql-ver "3.23.41">
<!ENTITY min-perl-ver "5.6"> <!ENTITY min-pg-ver "7.3.x">
<!ENTITY min-perl-ver "5.6.1">
<!ENTITY min-perl-ver-win "5.8.1">
<!ENTITY min-template-ver "2.08"> <!ENTITY min-template-ver "2.08">
<!ENTITY min-file-temp-ver "1.804"> <!ENTITY min-file-temp-ver "any">
<!ENTITY min-appconfig-ver "1.52"> <!ENTITY min-appconfig-ver "1.52">
<!ENTITY min-text-wrap-ver "2001.0131"> <!ENTITY min-text-wrap-ver "2001.0131">
<!ENTITY min-file-spec-ver "0.82"> <!ENTITY min-file-spec-ver "0.82">
<!ENTITY min-data-dumper-ver "any"> <!ENTITY min-data-dumper-ver "any">
<!ENTITY min-dbd-mysql-ver "2.1010"> <!ENTITY min-dbd-mysql-ver "2.9003">
<!ENTITY min-dbi-ver "1.32"> <!ENTITY min-dbd-pg-ver "1.31">
<!ENTITY min-date-parse-ver "any"> <!ENTITY min-dbi-ver "1.38">
<!ENTITY min-cgi-ver "2.88"> <!ENTITY min-date-format-ver "2.21">
<!ENTITY min-cgi-ver "2.93">
<!ENTITY min-mail-mailer-ver "1.65">
<!ENTITY min-storable-ver "any">
<!-- Optional modules --> <!-- Optional modules -->
<!ENTITY min-gd-ver "1.20"> <!ENTITY min-gd-ver "1.20">
<!ENTITY min-gd-graph-ver "any"> <!ENTITY min-gd-graph-ver "any">
<!ENTITY min-gd-text-align-ver "any"> <!ENTITY min-gd-text-align-ver "any">
<!ENTITY min-chart-base-ver "0.99c"> <!ENTITY min-chart-base-ver "1.0">
<!ENTITY min-xml-parser-ver "any"> <!ENTITY min-xml-parser-ver "any">
<!ENTITY min-mime-parser-ver "any"> <!ENTITY min-mime-parser-ver "any">
<!ENTITY min-patchreader-ver "0.9.4">
]> ]>
<!-- Coding standards for this document <!-- Coding standards for this document
* Other than the GFDL, please use the "section" tag instead of "sect1", "sect2", etc. * Other than the GFDL, please use the "section" tag instead of "sect1",
* Use Entities to include files for new chapters in Bugzilla-Guide.sgml. "sect2", etc.
* Use Entities to include files for new chapters in Bugzilla-Guide.xml.
* Try to use Entities for frequently-used passages of text as well. * Try to use Entities for frequently-used passages of text as well.
* Ensure all documents compile cleanly to HTML after modification. * Ensure all documents compile cleanly to HTML after modification.
The warning, "DTDDECL catalog types not supported" is normal. The warning, "DTDDECL catalog types not supported" is normal.
* Try to index important terms wherever possible. * Try to index important terms wherever possible.
* Use "glossterm" whenever you introduce a new term. * Use "glossterm" whenever you introduce a new term.
* Follow coding standards at http://www.tldp.org, and * Follow coding standards at http://www.tldp.org, and
check out the KDE guidelines (they are nice, too) check out the KDE guidelines (they are nice, too)
http://i18n.kde.org/doc/markup.html http://i18n.kde.org/doc/markup.html
* All tags should be lowercase (needsfix) * All tags should be lowercase.
* Please use sensible spacing. The comments at the very end of each * Please use sensible spacing. The comments at the very end of each
file define reasonable defaults for PSGML mode in EMACS. file define reasonable defaults for PSGML mode in EMACS.
Double-indent tags, use double spacing whenever possible, and * Double-indent tags, use double spacing whenever possible, and
try to avoid clutter and feel free to waste space in the code to make it more readable. try to avoid clutter and feel free to waste space in the code to make it
more readable.
--> -->
...@@ -92,18 +99,11 @@ try to avoid clutter and feel free to waste space in the code to make it more re ...@@ -92,18 +99,11 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<!-- Header --> <!-- Header -->
<bookinfo> <bookinfo>
<title>The Bugzilla Guide - &bz-ver; <![%bz-devel;[Development ]]>Release</title> <title>The Bugzilla Guide - &bz-ver;
<!-- BZ-DEVEL -->Development <!-- /BZ-DEVEL -->
Release</title>
<authorgroup> <authorgroup>
<author>
<firstname>Matthew</firstname>
<othername>P.</othername>
<surname>Barnson</surname>
</author>
<author>
<firstname>Jacob</firstname>
<surname>Steenhagen</surname>
</author>
<corpauthor>The Bugzilla Team</corpauthor> <corpauthor>The Bugzilla Team</corpauthor>
</authorgroup> </authorgroup>
...@@ -111,24 +111,19 @@ try to avoid clutter and feel free to waste space in the code to make it more re ...@@ -111,24 +111,19 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<abstract> <abstract>
<para> <para>
This is the documentation for Bugzilla, the mozilla.org This is the documentation for Bugzilla, a
bug-tracking system. bug-tracking system from mozilla.org.
Bugzilla is an enterprise-class piece of software Bugzilla is an enterprise-class piece of software
that powers issue-tracking for hundreds of that tracks millions of bugs and issues for hundreds of
organizations around the world, tracking millions of bugs. organizations around the world.
</para> </para>
<para> <para>
This documentation is maintained in DocBook 4.1.2 XML format. The most current version of this document can always be found on the
Changes are best submitted as plain text or SGML diffs, attached <ulink url="http://www.bugzilla.org/documentation.html">Bugzilla
to a bug filed in the &bzg-bugs; compontent. Documentation Page</ulink>.
</para> </para>
<![%bz-devel;[
<para>This is a development version of this guide. Information in it
is subject to change before the &bz-nextver; release of this guide
(which will correspond with the &bz-nextver; release of Bugzilla).
</para>
]]>
</abstract> </abstract>
<keywordset> <keywordset>
...@@ -147,29 +142,32 @@ try to avoid clutter and feel free to waste space in the code to make it more re ...@@ -147,29 +142,32 @@ try to avoid clutter and feel free to waste space in the code to make it more re
<!-- About This Guide --> <!-- About This Guide -->
&about; &about;
<!-- Introduction -->
&introduction;
<!-- Using Bugzilla -->
&using;
<!-- Installing Bugzilla --> <!-- Installing Bugzilla -->
&installation; &installation;
<!-- Administering Bugzilla --> <!-- Administering Bugzilla -->
&administration; &administration;
<!-- Securing Bugzilla -->
&security;
<!-- Customizing Bugzilla -->
&customization;
<!-- Using Bugzilla -->
&using;
<!-- Appendix: The Frequently Asked Questions --> <!-- Appendix: The Frequently Asked Questions -->
&faq; &faq;
<!-- Appendix: The Database Schema --> <!-- Appendix: Troubleshooting -->
&database; &troubleshooting;
<!-- Appendix: Custom Patches --> <!-- Appendix: Custom Patches -->
&patches; &patches;
<!-- Appendix: Major Bugzilla Variants --> <!-- Appendix: Manually Installing Perl Modules -->
&variants; &modules;
<!-- Appendix: GNU Free Documentation License --> <!-- Appendix: GNU Free Documentation License -->
&gfdl; &gfdl;
...@@ -198,8 +196,9 @@ sgml-local-ecat-files:nil ...@@ -198,8 +196,9 @@ sgml-local-ecat-files:nil
sgml-minimize-attributes:nil sgml-minimize-attributes:nil
sgml-namecase-general:t sgml-namecase-general:t
sgml-omittag:t sgml-omittag:t
sgml-parent-document:("Bugzilla-Guide.sgml" "book" "chapter") sgml-parent-document:("Bugzilla-Guide.xml" "book" "chapter")
sgml-shorttag:t sgml-shorttag:t
sgml-tag-region-if-active:t sgml-tag-region-if-active:t
End: End:
--> -->
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.93 2008/04/04 06:47:23 mozilla%colinogilvie.co.uk Exp $ --> <!-- $Id: installation.xml,v 1.94 2008/04/04 06:47:24 mozilla%colinogilvie.co.uk Exp $ -->
<chapter id="installing-bugzilla"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -59,8 +59,7 @@ ...@@ -59,8 +59,7 @@
</para> </para>
</step> </step>
<step> <step>
<para><link linkend="install-mysql">Install MySQL</link> <para><link linkend="install-database">Install a Database Engine</link>
(&min-mysql-ver; or above)
</para> </para>
</step> </step>
<step> <step>
...@@ -100,33 +99,57 @@ ...@@ -100,33 +99,57 @@
As of this writing, that is Perl &newest-perl-ver;.</para> As of this writing, that is Perl &newest-perl-ver;.</para>
</section> </section>
<section id="install-mysql"> <section id="install-database">
<title>MySQL</title> <title>Database Engine</title>
<para>From Bugzilla 2.20, support is included for using both the MySQL and
PostgreSQL database servers. You only require one of these systems to make
use of Bugzilla.</para>
<para>Installed Version Test: <filename>mysql -V</filename></para> <section id="install-mysql">
<title>MySQL</title>
<para>Installed Version Test: <filename>mysql -V</filename></para>
<para> <para>
If you don't have it and your OS doesn't provide official packages, If you don't have it and your OS doesn't provide official packages,
visit <ulink url="http://www.mysql.com"/>. You need MySQL version visit <ulink url="http://www.mysql.com"/>. You need MySQL version
&min-mysql-ver; or higher. &min-mysql-ver; or higher.
</para> </para>
<note> <note>
<para> Many of the binary <para> Many of the binary
versions of MySQL store their data files in versions of MySQL store their data files in
<filename class="directory">/var</filename>. <filename class="directory">/var</filename>.
On some Unix systems, this is part of a smaller root partition, On some Unix systems, this is part of a smaller root partition,
and may not have room for your bug database. To change the data and may not have room for your bug database. To change the data
directory, you have to build MySQL from source yourself, and directory, you have to build MySQL from source yourself, and
set it as an option to <filename>configure</filename>.</para> set it as an option to <filename>configure</filename>.</para>
</note> </note>
<para>If you install from something other than a packaging/installation <para>If you install from something other than a packaging/installation
system, such as .rpm (Redhat Package), .deb (Debian Package), .exe system, such as .rpm (Redhat Package), .deb (Debian Package), .exe
(Windows Executable), or .msi (Microsoft Installer), make sure the MySQL (Windows Executable), or .msi (Microsoft Installer), make sure the MySQL
server is started when the machine boots. server is started when the machine boots.
</para> </para>
</section>
<section id="install-pg">
<title>PostgreSQL</title>
<para>Installed Version Test: <filename>psql -V</filename></para>
<para>
If you don't have it and your OS doesn't provide official packages,
visit <ulink url="http://www.postgresql.org/"/>. You need PostgreSQL
version &min-pg-ver; or higher.
</para>
<para>If you install from something other than a packaging/installation
system, such as .rpm (Redhat Package), .deb (Debian Package), .exe
(Windows Executable), or .msi (Microsoft Installer), make sure the
PostgreSQL server is started when the machine boots.
</para>
</section>
</section> </section>
<section id="install-webserver"> <section id="install-webserver">
...@@ -301,7 +324,13 @@ ...@@ -301,7 +324,13 @@
<listitem> <listitem>
<para> <para>
<link linkend="install-modules-dbd-mysql">DBD::mysql</link> <link linkend="install-modules-dbd-mysql">DBD::mysql</link>
(&min-dbd-mysql-ver;) (&min-dbd-mysql-ver;) if using MySQL
</para>
</listitem>
<listitem>
<para>
DBD::Pg (&min-dbd-pg-ver;) if using PostgreSQL
</para> </para>
</listitem> </listitem>
...@@ -329,6 +358,18 @@ ...@@ -329,6 +358,18 @@
Text::Wrap (&min-text-wrap-ver;) Text::Wrap (&min-text-wrap-ver;)
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Mail::Mailer (&min-mail-mailer-ver;)
</para>
</listitem>
<listitem>
<para>
Storable (&min-storable-ver;)
</para>
</listitem>
</orderedlist> </orderedlist>
Optional Perl modules: Optional Perl modules:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment