Bugzilla support for WampServer
Apache version: 2.2.21
About: This is an addon for WampServer 2.2a that enables use of the Bugzilla bug-tracking system.
Where to download Bugzilla: Official: http://ftp.mozilla.org/pub/mozilla.org/webtools/
Required Addons:
- Perl
Optionally Required:
Manual install instructions: (assumes wamp is already installed and working)
- install the required addons
- download the zip file listed above
- extract the files to a temporary directory
- inside of the folder that was extracted you should see a directory named bugzilla-%VERSION%
- rename this folder to bugzilla%VERSION% and move it to c:\wamp\apps
- copy bugzilla.conf file to c:\wamp\alias and edit as needed
- create the 'bugs' database and the 'bugs' user using phpMyAdmin or the script in the files\ directory
- run 'install-module.pl --all' from inside c:\wamp\apps\bugzilla%VERSION% to install any missing Perl modules.
- run the 'checksetup.pl --check-modules' script to verify all the required modules are installed. This will also generate the localconfig file need to run bugzilla
- make any necessary changes to localconfig
- run 'checksetup.pl' again. This complete any needed configuration changes.
- remove '/usr/bin/' path from the first line of every .cgi and .pl file. This is so Apache can find the perl executable to run the CGI scripts without requiring edits to the registry.
- restart Wamp
Using the Installer: usage: installer.bat
- answers.txt file format can be found at C:\wamp\apps\Bugzilla%VERSION%\docs\en\html\api\checksetup.html
TODO:
- section on troubleshooting
- integration with wampserver manager menu on systray
- SSL encryption
- virtual hosting (bugs.*)
- check for any other configuration notes that might be benificial
FIXME:
- spelling/capitalization check on all files