From: lpsolit%gmail.com <> Date: Fri, 12 Oct 2007 23:25:27 +0000 (+0000) Subject: Bug 380712: Move distro-specific installation instructions to Wiki - Patch by Sam... X-Git-Tag: bugzilla-3.0.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b99f635fe9681b33ac7dbdb94ddd636df137b04;p=thirdparty%2Fbugzilla.git Bug 380712: Move distro-specific installation instructions to Wiki - Patch by Sam Folk-Williams r=LpSolit r=kevin.benton --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index 55c444b1f4..3581a4fccd 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -1927,32 +1927,25 @@ C:\perl> ppm install <module name> -
- Linux-Mandrake 8.0 - - Linux-Mandrake 8.0 includes every required and optional library - for Bugzilla. The easiest way to install them is by using the - urpmi utility. If you follow these commands, you - should have everything you need for Bugzilla, and - ./checksetup.pl should not complain about any - missing libraries. You may already have some of these installed. - - - -bash# urpmi perl-mysql -bash# urpmi perl-chart -bash# urpmi perl-gd -bash# urpmi perl-MailTools -bash# urpmi apache-modules - - - - for Bugzilla email integration - - - +
+ Linux Distributions + Many Linux distributions include Bugzilla and its + dependencies in their native package management systems. + Installing Bugzilla with root access on any Linux system + should be as simple as finding the Bugzilla package in the + package management application and installing it using the + normal command syntax. Several distributions also perform + the proper web server configuration automatically on installation. + + Please consult the documentation of your Linux + distribution for instructions on how to install packages, + or for specific instructions on installing Bugzilla with + native package management tools. There is also a + + Bugzilla Wiki Page for distro-specific installation + notes. +
-