banner



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 )

Install BugZilla 5.0.3 on Windows 7 x64 localhost - opensource Perl Bug tracking software

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/

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 1

2. Download and installActivePerl 5.24.0 for Windows ( x64 ) from official site
http://world wide web.activestate.com/activeperl/downloads

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 2

ATTENTION:

-  in ActivePerl Setup Wizard  - select " Custom " setup type

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 3

- create & select installation directory
C:\usr

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 4

3. Download BugZila 5.0.3 opensource Perl Bug tracking software from
official site:
https://www.bugzilla.org/download/

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 5

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 6

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 )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 7

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 8

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 9

5.  Create folder C:\bugzilla

and re-create all files from downloaded BugZila 5.0.three opensource Perl Bug tracking softwareextracted archive

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 10

6.  RunXAMPP Control Console

-open Apache(httpd.conf )  file ( Apache ->  Config-> Apache(httpd.conf )  )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 11

- add following text string

Alias /bugzilla/ "C:/bugzilla/"

after text ScriptAlias /cgi-bin/ "C:/xampp/cgi-bin/"

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 12

- 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>

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 13

- relieve  & close Apache(httpd.conf )

-open my.ini  file ( MySQL->  Config-> my.ini  )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 14

- Find max_allowed_packet
change value to 16M ( default is 1M )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 15

- After string

log_error = "mysql_error.log"

add text cord

ft_min_word_len=two

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 16

-save  & closemy.ini

- start Apache
- beginning Database

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 17

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

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 18


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;

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 19

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 20

8.  Now we are ready to start installation of BugZila v.0.3 opensource Perl Bug tracking organization

- open Windows Command Promt ( CMD )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 21

- type CD C:\bugzilla and press Enter button on keyboard

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 22

- blazon perl checksetup.pl and press Enter push button

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 23

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 :)

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 24

- type ppm install TimeDate and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 25

- type ppm install DateTime and pressEnterpush

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 26

- blazon ppm install DateTime-TimeZone and printingEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 27

- type ppm install Template-Toolkit and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 28

- type ppm install Email-Sender and pressEnterpush button

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 29

- blazon ppm install Electronic mail-MIME and pressEnterpush button

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 30

- type ppm install File-Slurp and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 31

- type ppm install JSON-XS and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 32

- type ppm install DateTime-TimeZone-Local-Win32 and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 33

- type ppm install DBD-mysql and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 34

- type perl checksetup.pl and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 35

./localconfig is generated. At present nosotros need to edit this file - set Database connection params.
( Practice NOT CLOSE CMD window !!! )

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 36

- open C:\bugzilla\localconfig file in text editor

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 37

- Find string

$db_name = 'bugs';

change value to

$db_name = 'bugzilla';

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 38

- Discover string

$db_user = 'bugs';

changevalue to

$db_user = 'bugzilla-owner';

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 39

- Detect string

$db_pass = '';

changevalue to

$db_pass = 'bugzilla123$%';

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 40

- Find cord

$db_port = 0;

changevalue to

$db_port = 3306;

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 41

- Save & shut C:\bugzilla\localconfig   file

- go back to CMD , type perl checksetup.pl and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 42

- installing database

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 43

- type admin electronic mail  and pressEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 44

- type admin proper name  and printingEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 45

- type admin password  and pressEnterpush button &
retype admin countersign  and printingEnterbutton

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 46

- close CMD

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 47

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!

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 48

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 49

Install BugZilla 5.0.3 on Windows 7 Perl Bug tracking tutorial 50

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

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel