Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
57d0baf5
Commit
57d0baf5
authored
Jun 30, 2005
by
mozilla%colinogilvie.co.uk
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 299145: Document new required perl modules
Patch by me, r=mkanat
parent
b0b64817
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
50 additions
and
5 deletions
+50
-5
Bugzilla-Guide.xml
docs/xml/Bugzilla-Guide.xml
+4
-0
installation.xml
docs/xml/installation.xml
+46
-5
No files found.
docs/xml/Bugzilla-Guide.xml
View file @
57d0baf5
...
...
@@ -44,6 +44,7 @@
<!-- For minimum versions -->
<!ENTITY min-mysql-ver "3.23.41">
<!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">
...
...
@@ -53,9 +54,12 @@
<!ENTITY min-file-spec-ver "0.82">
<!ENTITY min-data-dumper-ver "any">
<!ENTITY min-dbd-mysql-ver "2.9003">
<!ENTITY min-dbd-pg-ver "1.31">
<!ENTITY min-dbi-ver "1.38">
<!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 -->
<!ENTITY min-gd-ver "1.20">
<!ENTITY min-gd-graph-ver "any">
...
...
docs/xml/installation.xml
View file @
57d0baf5
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
<!-- $Id: installation.xml,v 1.9
3 2005/06/13 09:30:33
mozilla%colinogilvie.co.uk Exp $ -->
<!-- $Id: installation.xml,v 1.9
4 2005/06/29 21:22:09
mozilla%colinogilvie.co.uk Exp $ -->
<chapter
id=
"installing-bugzilla"
>
<title>
Installing Bugzilla
</title>
...
...
@@ -59,8 +59,7 @@
</para>
</step>
<step>
<para><link
linkend=
"install-mysql"
>
Install MySQL
</link>
(
&min-mysql-ver;
or above)
<para><link
linkend=
"install-database"
>
Install a Database Engine
</link>
</para>
</step>
<step>
...
...
@@ -100,9 +99,15 @@
As of this writing, that is Perl
&newest-perl-ver;
.
</para>
</section>
<section
id=
"install-database"
>
<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>
<section
id=
"install-mysql"
>
<title>
MySQL
</title>
<para>
Installed Version Test:
<filename>
mysql -V
</filename></para>
<para>
...
...
@@ -126,6 +131,24 @@
(Windows Executable), or .msi (Microsoft Installer), make sure the MySQL
server is started when the machine boots.
</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>
...
...
@@ -301,7 +324,13 @@
<listitem>
<para>
<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>
</listitem>
...
...
@@ -329,6 +358,18 @@
Text::Wrap (
&min-text-wrap-ver;
)
</para>
</listitem>
<listitem>
<para>
Mail::Mailer (
&min-mail-mailer-ver;
)
</para>
</listitem>
<listitem>
<para>
Storable (
&min-storable-ver;
)
</para>
</listitem>
</orderedlist>
Optional Perl modules:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment