How To Install Bugzilla On Windows 7 64 Bit
Trabla: Install BugZilla 5.0.3 on Windows 7 x64 localhost ( XAMPP v.six.24 + ActivePerl 5.24.0 ) - opensource Perl Bug tracking system ( used past the Mozilla projects )
Bugzilla is a web-based general-purpose bugtracker and testing tool originally adult and used by the Mozilla project, and licensed under the Mozilla Public License
Bugzilla has been adopted by a diverseness of organizations for use as a bug tracking organisation for both free and open up-source software and proprietary projects and products. Bugzilla is used, amongst others, past the Mozilla Foundation, WebKit, Linux kernel, FreeBSD, GNOME, KDE, Apache, Scarlet Hat, Eclipse and LibreOffice.
Solving:
one. Download and installXAMPP 5.6.24 from site:
https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/5.six.24/
2. Download and installActivePerl 5.24.0 for Windows ( x64 ) from official site
http://world wide web.activestate.com/activeperl/downloads
ATTENTION:
- in ActivePerl Setup Wizard - select " Custom " setup type
- create & select installation directory
C:\usr
3. Download BugZila 5.0.3 opensource Perl Bug tracking software from
official site:
https://www.bugzilla.org/download/
4. Excerptbugzilla-three.0.5.tar.gz archive into \Downloads folder - using 7zip ( http://world wide web.7-null.org/download.html ) open up source annal ( or any archiver processing tar.gz )
5. Create folder C:\bugzilla
and re-create all files from downloaded BugZila 5.0.three opensource Perl Bug tracking softwareextracted archive
6. RunXAMPP Control Console
-open Apache(httpd.conf ) file ( Apache -> Config-> Apache(httpd.conf ) )
- add following text string
Alias /bugzilla/ "C:/bugzilla/"
after text ScriptAlias /cgi-bin/ "C:/xampp/cgi-bin/"
- after text
<Directory "C:/xampp/cgi-bin">
AllowOverride All
Options None
Require all granted
</Directory>
add together following text
<Directory "C:/bugzilla">
ScriptInterpreterSource Registry-Strict
Options +ExecCGI +FollowSymLinks
DirectoryIndex index.cgi index.html
AllowOverride All
Require all granted
</Directory>
- relieve & close Apache(httpd.conf )
-open my.ini file ( MySQL-> Config-> my.ini )
- Find max_allowed_packet
change value to 16M ( default is 1M )
- After string
log_error = "mysql_error.log"
add text cord
ft_min_word_len=two
-save & closemy.ini
- start Apache
- beginning Database
7. Now we demand to create Database for BugZila 5.0.3 opensource Perl Issues tracking system
1)Open phpMyAdminin new browser tab (or window :) ) -
http://localhost/phpmyadmin
2) OpenSQLtab
3) Execute post-obitquery
CREATE DATABASE `bugzilla`
DEFAULT CHARACTER Ready utf8 COLLATE utf8_general_ci;
CREATE USER 'bugzilla-owner'@'localhost';
CREATE USER 'bugzilla-possessor'@'127.0.0.1';
CREATE USER 'bugzilla-owner'@'::1';
Set PASSWORD
FOR 'bugzilla-owner'@'localhost' = PASSWORD('bugzilla123$%');
Prepare Password
FOR 'bugzilla-owner'@'127.0.0.1' = PASSWORD('bugzilla123$%');
Gear up PASSWORD
FOR 'bugzilla-owner'@'::ane' = Countersign('bugzilla123$%');
GRANT ALL PRIVILEGES ON
`bugzilla`.* TO 'bugzilla-owner'@'localhost' WITH GRANT Selection;
GRANT ALL PRIVILEGES ON
`bugzilla`.* TO 'bugzilla-possessor'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON
`bugzilla`.* TO 'bugzilla-owner'@'::1' WITH GRANT Option;
8. Now we are ready to start installation of BugZila v.0.3 opensource Perl Bug tracking organization
- open Windows Command Promt ( CMD )
- type CD C:\bugzilla and press Enter button on keyboard
- blazon perl checksetup.pl and press Enter push button
Y'all will see following output with list of required Perl modules to install
( list of CMD commands ). Also nosotros need to runppm install DBD-mysql - for MySQL support.
Let's do it :)
- type ppm install TimeDate and pressEnterbutton
- type ppm install DateTime and pressEnterpush
- blazon ppm install DateTime-TimeZone and printingEnterbutton
- type ppm install Template-Toolkit and pressEnterbutton
- type ppm install Email-Sender and pressEnterpush button
- blazon ppm install Electronic mail-MIME and pressEnterpush button
- type ppm install File-Slurp and pressEnterbutton
- type ppm install JSON-XS and pressEnterbutton
- type ppm install DateTime-TimeZone-Local-Win32 and pressEnterbutton
- type ppm install DBD-mysql and pressEnterbutton
- type perl checksetup.pl and pressEnterbutton
./localconfig is generated. At present nosotros need to edit this file - set Database connection params.
( Practice NOT CLOSE CMD window !!! )
- open C:\bugzilla\localconfig file in text editor
- Find string
$db_name = 'bugs';
change value to
$db_name = 'bugzilla';
- Discover string
$db_user = 'bugs';
changevalue to
$db_user = 'bugzilla-owner';
- Detect string
$db_pass = '';
changevalue to
$db_pass = 'bugzilla123$%';
- Find cord
$db_port = 0;
changevalue to
$db_port = 3306;
- Save & shut C:\bugzilla\localconfig file
- go back to CMD , type perl checksetup.pl and pressEnterbutton
- installing database
- type admin electronic mail and pressEnterbutton
- type admin proper name and printingEnterbutton
- type admin password and pressEnterpush button &
retype admin countersign and printingEnterbutton
- close CMD
Hooray !!! EnjoyBugZilla 5.0.3 opensource Perl Issues tracking software !!!
Open up http://localhost/bugzilla / in your browser
ATTENTION: don't forget "/" in the cease of url - or you lot will get error - Object not found!
Source: https://codingtrabla.blogspot.com/2016/11/install-bugzilla-503-on-windows-7-x64.html
Posted by: hayesancour.blogspot.com
0 Response to "How To Install Bugzilla On Windows 7 64 Bit"
Post a Comment