From 57d0baf53ea8063ebf633f9aea1a2d71af14145c Mon Sep 17 00:00:00 2001 From: "mozilla%colinogilvie.co.uk" <> Date: Thu, 30 Jun 2005 04:22:09 +0000 Subject: Bug 299145: Document new required perl modules Patch by me, r=mkanat --- docs/xml/Bugzilla-Guide.xml | 4 ++ docs/xml/installation.xml | 95 ++++++++++++++++++++++++++++++++------------- 2 files changed, 72 insertions(+), 27 deletions(-) (limited to 'docs') diff --git a/docs/xml/Bugzilla-Guide.xml b/docs/xml/Bugzilla-Guide.xml index 7c229113f..f0811db70 100644 --- a/docs/xml/Bugzilla-Guide.xml +++ b/docs/xml/Bugzilla-Guide.xml @@ -44,6 +44,7 @@ + @@ -53,9 +54,12 @@ + + + diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 7980a7182..29b8b79a4 100644 --- a/docs/xml/installation.xml +++ b/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: -- cgit v1.2.3-24-g4f1b