diff options
author | justdave%syndicomm.com <> | 2003-11-02 11:00:00 +0100 |
---|---|---|
committer | justdave%syndicomm.com <> | 2003-11-02 11:00:00 +0100 |
commit | 2a74ac8bcdae921a61c9bad6be29e2033c397293 (patch) | |
tree | 5328f62b01c133850420659aeca1301d17711aa6 /docs/html/stepbystep.html | |
parent | af679ba9288afc64a690bf379ce31c7142ebcabd (diff) | |
download | bugzilla-2a74ac8bcdae921a61c9bad6be29e2033c397293.tar.gz bugzilla-2a74ac8bcdae921a61c9bad6be29e2033c397293.tar.xz |
Recompiled docs for release
Diffstat (limited to 'docs/html/stepbystep.html')
-rw-r--r-- | docs/html/stepbystep.html | 119 |
1 files changed, 31 insertions, 88 deletions
diff --git a/docs/html/stepbystep.html b/docs/html/stepbystep.html index 5734c5259..778ba0f10 100644 --- a/docs/html/stepbystep.html +++ b/docs/html/stepbystep.html @@ -4,7 +4,8 @@ >Step-by-step Install</TITLE ><META NAME="GENERATOR" -CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK +CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+ +"><LINK REL="HOME" TITLE="The Bugzilla Guide - 2.17.5 Development Release" HREF="index.html"><LINK @@ -72,9 +73,7 @@ CLASS="section" ><H1 CLASS="section" ><A -NAME="stepbystep" -></A ->4.1. Step-by-step Install</H1 +NAME="stepbystep">4.1. Step-by-step Install</H1 ><P >Bugzilla has been successfully installed under many different operating systems including almost all Unix clones and @@ -228,9 +227,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-mysql" -></A ->4.1.1. MySQL</H2 +NAME="install-mysql">4.1.1. MySQL</H2 ><P >Visit the MySQL homepage at <A @@ -302,9 +299,7 @@ CLASS="filename" ><DIV CLASS="figure" ><A -NAME="install-mysql-packets" -></A -><P +NAME="install-mysql-packets"><P ><B >Figure 4-1. Set Max Packet Size in MySQL</B ></P @@ -344,9 +339,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-perl" -></A ->4.1.2. Perl</H2 +NAME="install-perl">4.1.2. Perl</H2 ><P >Any machine that doesn't have Perl on it is a sad machine indeed. Perl can be got in source form from <A @@ -366,9 +359,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-perlmodules" -></A ->4.1.3. Perl Modules</H2 +NAME="install-perlmodules">4.1.3. Perl Modules</H2 ><P >Perl modules can be found using <A @@ -402,9 +393,7 @@ HREF="os-specific.html#win32-perlmodules" ><DIV CLASS="example" ><A -NAME="install-perlmodules-cpan" -></A -><P +NAME="install-perlmodules-cpan"><P ><B >Example 4-1. Installing perl modules with CPAN</B ></P @@ -771,9 +760,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-bundle-bugzilla" -></A ->4.1.3.1. Bundle::Bugzilla</H3 +NAME="install-modules-bundle-bugzilla">4.1.3.1. Bundle::Bugzilla</H3 ><P >If you are running at least perl 5.6.1, you can save yourself a lot of time by using Bundle::Bugzilla. This bundle contains every module @@ -850,9 +837,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-appconfig" -></A ->4.1.3.2. AppConfig (1.52)</H3 +NAME="install-modules-appconfig">4.1.3.2. AppConfig (1.52)</H3 ><P >Dependency for Template Toolkit. We probably don't need to specifically check for it anymore. @@ -863,9 +848,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-cgi" -></A ->4.1.3.3. CGI (2.88)</H3 +NAME="install-modules-cgi">4.1.3.3. CGI (2.88)</H3 ><P >The CGI module parses form elements and cookies and does many other usefule things. It come as a part of recent perl distributions, but @@ -896,9 +879,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-data-dumper" -></A ->4.1.3.4. Data::Dumper (any)</H3 +NAME="install-modules-data-dumper">4.1.3.4. Data::Dumper (any)</H3 ><P >The Data::Dumper module provides data structure persistence for Perl (similar to Java's serialization). It comes with later @@ -930,9 +911,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-date-format" -></A ->4.1.3.5. TimeDate modules (2.21)</H3 +NAME="install-modules-date-format">4.1.3.5. TimeDate modules (2.21)</H3 ><P >Many of the more common date/time/calendar related Perl modules have been grouped into a bundle similar to the MySQL modules bundle. @@ -965,9 +944,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-dbi" -></A ->4.1.3.6. DBI (1.32)</H3 +NAME="install-modules-dbi">4.1.3.6. DBI (1.32)</H3 ><P >The DBI module is a generic Perl module used the MySQL-related modules. As long as your Perl installation was done @@ -999,9 +976,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-dbd-mysql" -></A ->4.1.3.7. MySQL-related modules</H3 +NAME="install-modules-dbd-mysql">4.1.3.7. MySQL-related modules</H3 ><P >The Perl/MySQL interface requires a few mutually-dependent Perl modules. These modules are grouped together into the the @@ -1044,9 +1019,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-file-spec" -></A ->4.1.3.8. File::Spec (0.82)</H3 +NAME="install-file-spec">4.1.3.8. File::Spec (0.82)</H3 ><P >File::Spec is a perl module that allows file operations, such as generating full path names, to work cross platform. @@ -1076,9 +1049,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-file-temp" -></A ->4.1.3.9. File::Temp (any)</H3 +NAME="install-modules-file-temp">4.1.3.9. File::Temp (any)</H3 ><P >File::Temp is used to generate a temporary filename that is guaranteed to be unique. It comes as a standard part of perl @@ -1108,9 +1079,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-template" -></A ->4.1.3.10. Template Toolkit (2.08)</H3 +NAME="install-modules-template">4.1.3.10. Template Toolkit (2.08)</H3 ><P >When you install Template Toolkit, you'll get asked various questions about features to enable. The defaults are fine, except @@ -1142,9 +1111,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-text-wrap" -></A ->4.1.3.11. Text::Wrap (2001.0131)</H3 +NAME="install-modules-text-wrap">4.1.3.11. Text::Wrap (2001.0131)</H3 ><P >Text::Wrap is designed to proved intelligent text wrapping. </P @@ -1168,9 +1135,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-gd" -></A ->4.1.3.12. GD (1.20) [optional]</H3 +NAME="install-modules-gd">4.1.3.12. GD (1.20) [optional]</H3 ><P >The GD library was written by Thomas Boutell a long while ago to programmatically generate images in C. Since then it's become the @@ -1278,9 +1243,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-chart-base" -></A ->4.1.3.13. Chart::Base (0.99c) [optional]</H3 +NAME="install-modules-chart-base">4.1.3.13. Chart::Base (0.99c) [optional]</H3 ><P >The Chart module provides Bugzilla with on-the-fly charting abilities. It can be installed in the usual fashion after it has been @@ -1307,9 +1270,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-xml-parser" -></A ->4.1.3.14. XML::Parser (any) [Optional]</H3 +NAME="install-modules-xml-parser">4.1.3.14. XML::Parser (any) [Optional]</H3 ><P >XML::Parser is used by the <TT CLASS="filename" @@ -1342,9 +1303,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-gd-graph" -></A ->4.1.3.15. GD::Graph (any) [Optional]</H3 +NAME="install-modules-gd-graph">4.1.3.15. GD::Graph (any) [Optional]</H3 ><P >In addition to GD listed above, the reporting interface of Bugzilla needs to have the GD::Graph module installed. @@ -1374,9 +1333,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-gd-text-align" -></A ->4.1.3.16. GD::Text::Align (any) [Optional]</H3 +NAME="install-modules-gd-text-align">4.1.3.16. GD::Text::Align (any) [Optional]</H3 ><P >GD::Text::Align, as the name implies, is used to draw aligned strings of text. It is needed by the reporting interface. @@ -1406,9 +1363,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-mime-parser" -></A ->4.1.3.17. MIME::Parser (any) [Optional]</H3 +NAME="install-modules-mime-parser">4.1.3.17. MIME::Parser (any) [Optional]</H3 ><P >MIME::Parser is only needed if you want to use the e-mail interface located in the <TT @@ -1441,9 +1396,7 @@ CLASS="section" ><H3 CLASS="section" ><A -NAME="install-modules-patchreader" -></A ->4.1.3.18. PatchReader (0.9.1) [Optional]</H3 +NAME="install-modules-patchreader">4.1.3.18. PatchReader (0.9.1) [Optional]</H3 ><P >PatchReader is only needed if you want to use Patch Viewer, a Bugzilla feature to format patches in a pretty HTML fashion. There are a @@ -1479,9 +1432,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-webserver" -></A ->4.1.4. HTTP Server</H2 +NAME="install-webserver">4.1.4. HTTP Server</H2 ><P >You have freedom of choice here, pretty much any web server that is capable of running <A @@ -1537,9 +1488,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-bzfiles" -></A ->4.1.5. Bugzilla</H2 +NAME="install-bzfiles">4.1.5. Bugzilla</H2 ><P >You should untar the Bugzilla files into a directory that you're willing to make writable by the default web server user (probably @@ -1651,9 +1600,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="install-setupdatabase" -></A ->4.1.6. Setting Up the MySQL Database</H2 +NAME="install-setupdatabase">4.1.6. Setting Up the MySQL Database</H2 ><P >After you've gotten all the software installed and working you're ready to start preparing the database for its life as the back end to @@ -1808,9 +1755,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN759" -></A ->4.1.7. <TT +NAME="AEN793">4.1.7. <TT CLASS="filename" >checksetup.pl</TT ></H2 @@ -1958,9 +1903,7 @@ CLASS="section" ><H2 CLASS="section" ><A -NAME="AEN790" -></A ->4.1.8. Configuring Bugzilla</H2 +NAME="AEN824">4.1.8. Configuring Bugzilla</H2 ><P > You should run through the parameters on the Edit Parameters page (link in the footer) and set them all to appropriate values. |