No subject

Thorsten Claus Thorsten.Claus at keytech.de
Mon Jan 14 12:37:31 UTC 2008


Download and Install from 'Apache Friends' the XAMPP Package. 
Download and Install the Perl Addin for XAMPP
Download the Bugzilla Tar to c:\Program files\xampp\htdocs and decompress it (I have used 7Zip for this job)

If you have a Proxy in your company, add the 
 http_proxy=http://<Your Proxy>:<Port> - environment Variable

Go through the Bugzilla Docs and Install the Perl- Packages for Bugzilla
Check your xampp\apache\config - File, 
Add 

#"c:/programme/xampp/htdocs/bugzilla"
<Directory "c:/programme/xampp/htdocs/bugzilla">
  AddHandler cgi-script .cgi
  Options +Indexes +ExecCGI
  DirectoryIndex index.cgi
  AllowOverride Limit
</Directory>

To the config-File, (check your Path!) 

Add this to your Registry (this is for Apache to find and excecute the Perl interpreter while running 
Cgi files. (copy text to a textfile, rename it to *.reg and start/open this file. 
--------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\.cgi]
@="Perl"

[HKEY_CLASSES_ROOT\Perl]

[HKEY_CLASSES_ROOT\Perl\Shell]

[HKEY_CLASSES_ROOT\Perl\Shell\Open]

[HKEY_CLASSES_ROOT\Perl\Shell\Open\Command]
@="\"c:\\Programme\\xampp\\Perl\\bin\\perl.exe\" -T \"%1\" %*"
--------------------------------------------------
(Check your Path! The double \\ are nessesary) 

Excecute the Bugzilla - Setup Script (look into the Bugzilla docs!) 
... It should work now 


Thorsten





-----Ursprüngliche Nachricht-----
Von: developers-owner at bugzilla.org [mailto:developers-owner at bugzilla.org] Im Auftrag von Vinod S [Mauj.com]
Gesendet: Montag, 14. Januar 2008 12:21
An: dev-apps-bugzilla at lists.mozilla.org
Betreff: 


how to install bugzilla-3.0.2 on WindowsXP


_______________________________________________
dev-apps-bugzilla mailing list
dev-apps-bugzilla at lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-apps-bugzilla
-
To view or change your list settings, click here:
<http://bugzilla.org/cgi-bin/mj_wwwusr?user=thorsten.claus@keytech.de>



More information about the developers mailing list