From ec17ff14c84701957dd10e977f0436524e34607d Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" Date: Wed, 29 Jun 2005 21:22:09 +0000 Subject: [PATCH] Bug 299145: Document new required perl modules Patch by me, r=mkanat git-svn-id: svn://10.0.0.236/trunk@175347 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/docs/xml/Bugzilla-Guide.xml | 4 + .../bugzilla/docs/xml/installation.xml | 95 +++++++++++++------ 2 files changed, 72 insertions(+), 27 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml b/mozilla/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml index 7c229113f73..f0811db7065 100644 --- a/mozilla/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml +++ b/mozilla/webtools/bugzilla/docs/xml/Bugzilla-Guide.xml @@ -44,6 +44,7 @@ + @@ -53,9 +54,12 @@ + + + diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index c05ec72b700..79648b891ef 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -59,8 +59,7 @@ - Install MySQL - (&min-mysql-ver; or above) + Install a Database Engine @@ -100,33 +99,57 @@ As of this writing, that is Perl &newest-perl-ver;. -
- MySQL +
+ Database Engine + + 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. - Installed Version Test: mysql -V +
+ MySQL + Installed Version Test: mysql -V - - If you don't have it and your OS doesn't provide official packages, - visit . You need MySQL version - &min-mysql-ver; or higher. - + + If you don't have it and your OS doesn't provide official packages, + visit . You need MySQL version + &min-mysql-ver; or higher. + - - Many of the binary - versions of MySQL store their data files in - /var. - 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 - directory, you have to build MySQL from source yourself, and - set it as an option to configure. - + + Many of the binary + versions of MySQL store their data files in + /var. + 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 + directory, you have to build MySQL from source yourself, and + set it as an option to configure. + - 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 MySQL - server is started when the machine boots. - - + 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 MySQL + server is started when the machine boots. + +
+ +
+ PostgreSQL + Installed Version Test: psql -V + + + If you don't have it and your OS doesn't provide official packages, + visit . You need PostgreSQL + version &min-pg-ver; or higher. + + + 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. + +
+
@@ -301,7 +324,13 @@ DBD::mysql - (&min-dbd-mysql-ver;) + (&min-dbd-mysql-ver;) if using MySQL + + + + + + DBD::Pg (&min-dbd-pg-ver;) if using PostgreSQL @@ -329,6 +358,18 @@ Text::Wrap (&min-text-wrap-ver;) + + + + Mail::Mailer (&min-mail-mailer-ver;) + + + + + + Storable (&min-storable-ver;) + + Optional Perl modules: