Confirmed users
1,201
edits
No edit summary |
No edit summary |
||
| Line 43: | Line 43: | ||
<pre> | <pre> | ||
C:\>< | C:\><b>set CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot</b> | ||
C:\>< | C:\><b>cvs login</b> | ||
Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401:/cvsroot | Logging in to :pserver:anonymous@cvs-mirror.mozilla.org:2401:/cvsroot | ||
CVS password: < | CVS password: <b>anonymous</b> | ||
C:\>< | C:\><b>cvs checkout -d Bugzilla -rBUGZILLA-2_20-STABLE Bugzilla</b> | ||
cvs checkout: cwd=C:\ ,current=C:\ | cvs checkout: cwd=C:\ ,current=C:\ | ||
cvs checkout: Updating Bugzilla | cvs checkout: Updating Bugzilla | ||
| Line 78: | Line 78: | ||
<pre> | <pre> | ||
C:\Bugzilla>< | C:\Bugzilla><b>cvs update -R -d -rBUGZILLA-2_20-STABLE</b> | ||
cvs update: Updating . | cvs update: Updating . | ||
P editusers.cgi | P editusers.cgi | ||
| Line 161: | Line 161: | ||
<pre> | <pre> | ||
C:\mysql\bin>< | C:\mysql\bin><b>mysql --user=root -p mysql</b> | ||
Enter password: < | Enter password: <b>********</b> | ||
Welcome to the MySQL monitor. Commands end with ; or \g. | Welcome to the MySQL monitor. Commands end with ; or \g. | ||
Your MySQL connection id is 15 to server version: 4.0.20a-debug | Your MySQL connection id is 15 to server version: 4.0.20a-debug | ||
| Line 169: | Line 169: | ||
Type 'help;' or '\h' for help. Type '\c' to clear the buffer. | Type 'help;' or '\h' for help. Type '\c' to clear the buffer. | ||
mysql> < | mysql> <b>create database bugs;</b> | ||
Query OK, 1 row affected (0.11 sec) | Query OK, 1 row affected (0.11 sec) | ||
mysql> < | mysql> <b>grant all privileges on bugs.* to 'bugs'@'localhost' identified by 'sockmonkey';</b> | ||
Query OK, 0 rows affected (0.03 sec) | Query OK, 0 rows affected (0.03 sec) | ||
mysql> < | mysql> <b>flush privileges;</b> | ||
Query OK, 0 rows affected (0.00 sec) | Query OK, 0 rows affected (0.00 sec) | ||
mysql> < | mysql> <b>quit</b> | ||
Bye | Bye | ||
| Line 194: | Line 194: | ||
<pre> | <pre> | ||
C:\mysql\bin>< | C:\mysql\bin><b>mysql --user=root -p mysql</b> | ||
Enter password: < | Enter password: <b>********</b> | ||
Welcome to the MySQL monitor. Commands end with ; or \g. | Welcome to the MySQL monitor. Commands end with ; or \g. | ||
| Line 202: | Line 202: | ||
Type 'help;' or '\h' for help. Type '\c' to clear the buffer. | Type 'help;' or '\h' for help. Type '\c' to clear the buffer. | ||
mysql> < | mysql> <b>set password for 'bugs'@'localhost' = OLD_PASSWORD('sockmonkey');</b> | ||
Query OK, 0 rows affected (0.00 sec) | Query OK, 0 rows affected (0.00 sec) | ||
mysql> < | mysql> <b>quit</b> | ||
Bye | Bye | ||
| Line 297: | Line 297: | ||
<pre> | <pre> | ||
C:\>< | C:\><b>ppm</b> | ||
PPM - Programmer's Package Manager version 3.1. | PPM - Programmer's Package Manager version 3.1. | ||
| Line 307: | Line 307: | ||
Type 'help' to get started. | Type 'help' to get started. | ||
ppm> < | ppm> <b>rep add Bugzilla http://landfill.bugzilla.org/ppm</b> | ||
Repositories: | Repositories: | ||
| Line 313: | Line 313: | ||
[2] ActiveState Package Repository | [2] ActiveState Package Repository | ||
[3] Bugzilla | [3] Bugzilla | ||
ppm> < | ppm> <b>install AppConfig</b> | ||
==================== | ==================== | ||
Install 'AppConfig' version 1.52 in ActivePerl 5.8.7.813. | Install 'AppConfig' version 1.52 in ActivePerl 5.8.7.813. | ||
| Line 320: | Line 320: | ||
... | ... | ||
Successfully installed AppConfig version 1.52 in ActivePerl 5.8.7.813. | Successfully installed AppConfig version 1.52 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install TimeDate</b> | ||
==================== | ==================== | ||
Install 'TimeDate' version 1.16 in ActivePerl 5.8.7.813. | Install 'TimeDate' version 1.16 in ActivePerl 5.8.7.813. | ||
| Line 327: | Line 327: | ||
... | ... | ||
Successfully installed TimeDate version 1.16 in ActivePerl 5.8.7.813. | Successfully installed TimeDate version 1.16 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install DBI</b> | ||
==================== | ==================== | ||
Install 'DBI' version 1.43 in ActivePerl 5.8.7.813. | Install 'DBI' version 1.43 in ActivePerl 5.8.7.813. | ||
| Line 334: | Line 334: | ||
... | ... | ||
Successfully installed DBI version 1.43 in ActivePerl 5.8.7.813. | Successfully installed DBI version 1.43 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install DBD-mysql</b> | ||
==================== | ==================== | ||
| Line 342: | Line 342: | ||
... | ... | ||
Successfully installed DBD-mysql version 2.9002 in ActivePerl 5.8.7.813. | Successfully installed DBD-mysql version 2.9002 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install Template-Toolkit</b> | ||
==================== | ==================== | ||
Install 'Template-Toolkit' version 2.13 in ActivePerl 5.8.7.813. | Install 'Template-Toolkit' version 2.13 in ActivePerl 5.8.7.813. | ||
| Line 349: | Line 349: | ||
... | ... | ||
Successfully installed Template-Toolkit version 2.13 in ActivePerl 5.8.7.813. | Successfully installed Template-Toolkit version 2.13 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install MailTools</b> | ||
==================== | ==================== | ||
Install 'MailTools' version 1.67 in ActivePerl 5.8.7.813. | Install 'MailTools' version 1.67 in ActivePerl 5.8.7.813. | ||
| Line 356: | Line 356: | ||
... | ... | ||
Successfully installed MailTools version 1.67 in ActivePerl 5.8.7.813. | Successfully installed MailTools version 1.67 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install GD</b> | ||
==================== | ==================== | ||
Install 'GD' version 2.07 in ActivePerl 5.8.7.813. | Install 'GD' version 2.07 in ActivePerl 5.8.7.813. | ||
| Line 363: | Line 363: | ||
... | ... | ||
Successfully installed GD version 2.07 in ActivePerl 5.8.7.813. | Successfully installed GD version 2.07 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install Chart</b> | ||
==================== | ==================== | ||
Install 'Chart' version 2.3 in ActivePerl 5.8.7.813. | Install 'Chart' version 2.3 in ActivePerl 5.8.7.813. | ||
| Line 370: | Line 370: | ||
... | ... | ||
Successfully installed Chart version 2.3 in ActivePerl 5.8.7.813. | Successfully installed Chart version 2.3 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install GDGraph</b> | ||
==================== | ==================== | ||
| Line 384: | Line 384: | ||
... | ... | ||
Successfully installed GDGraph version 1.43 in ActivePerl 5.8.7.813. | Successfully installed GDGraph version 1.43 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install PatchReader</b> | ||
==================== | ==================== | ||
| Line 392: | Line 392: | ||
... | ... | ||
Successfully installed PatchReader version 0.9.4 in ActivePerl 5.8.7.813. | Successfully installed PatchReader version 0.9.4 in ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install Net::LDAP</b> | ||
==================== | ==================== | ||
| Line 423: | Line 423: | ||
<pre> | <pre> | ||
ppm> < | ppm> <b>uninstall PatchReader</b> | ||
==================== | ==================== | ||
Remove 'PatchReader' version 0.9.2 from ActivePerl 5.8.7.813. | Remove 'PatchReader' version 0.9.2 from ActivePerl 5.8.7.813. | ||
| Line 429: | Line 429: | ||
... | ... | ||
Successfully removed PatchReader version 0.9.2 from ActivePerl 5.8.7.813. | Successfully removed PatchReader version 0.9.2 from ActivePerl 5.8.7.813. | ||
ppm> < | ppm> <b>install http://landfill.bugzilla.org/ppm/PatchReader.ppd</b> | ||
==================== | ==================== | ||
| Line 525: | Line 525: | ||
# | # | ||
#Listen 12.34.56.78:80 | #Listen 12.34.56.78:80 | ||
< | <i>Listen 80</i> | ||
</pre> | </pre> | ||
| Line 541: | Line 541: | ||
# | # | ||
< | <i>DocumentRoot "C:/Bugzilla"</i> | ||
# | # | ||
| Line 566: | Line 566: | ||
# This should be changed to whatever you set DocumentRoot to. | # This should be changed to whatever you set DocumentRoot to. | ||
# | # | ||
< | <i><Directory "C:/Bugzilla"></i> | ||
</pre> | </pre> | ||
| Line 585: | Line 585: | ||
# (You will also need to add "ExecCGI" to the "Options" directive.) | # (You will also need to add "ExecCGI" to the "Options" directive.) | ||
# | # | ||
< | <i>AddHandler cgi-script .cgi</i> | ||
</pre> | </pre> | ||
| Line 617: | Line 617: | ||
# for more information. | # for more information. | ||
# | # | ||
< | <i> Options Indexes FollowSymLinks ExecCGI</i> | ||
# | # | ||
| Line 624: | Line 624: | ||
# Options FileInfo AuthConfig Limit | # Options FileInfo AuthConfig Limit | ||
# | # | ||
< | <i> AllowOverride All</i> | ||
# | # | ||
| Line 632: | Line 632: | ||
Allow from all | Allow from all | ||
< | <i># | ||
# Tell Apache to use Perl to execute .cgi | # Tell Apache to use Perl to execute .cgi | ||
# | # | ||
ScriptInterpreterSource Registry-Strict</ | ScriptInterpreterSource Registry-Strict</i> | ||
</Directory> | </Directory> | ||
| Line 655: | Line 655: | ||
# same purpose, but it is much slower. | # same purpose, but it is much slower. | ||
# | # | ||
< | <i>DirectoryIndex index.html index.html.var index.cgi</i> | ||
</pre> | </pre> | ||
| Line 670: | Line 670: | ||
<p> | <p> | ||
<!-- | |||
<a href="../img/regedit.png"><img src="../img/t_regedit.png" width="100" height="60" alt="regedit screenshot"></a> | <a href="../img/regedit.png"><img src="../img/t_regedit.png" width="100" height="60" alt="regedit screenshot"></a> | ||
--> | |||
</p> | </p> | ||
| Line 689: | Line 691: | ||
# logged therein and *not* in this file. | # logged therein and *not* in this file. | ||
# | # | ||
< | <i>#CustomLog logs/access.log common</i> | ||
</pre> | </pre> | ||
| Line 700: | Line 702: | ||
<pre> | <pre> | ||
C:\>< | C:\><b>net stop apache2</b> | ||
The Apache2 service is stopping.. | The Apache2 service is stopping.. | ||
The Apache2 service was stopped successfully. | The Apache2 service was stopped successfully. | ||
C:\>< | C:\><b>net start apache2</b> | ||
The Apache2 service is starting. | The Apache2 service is starting. | ||
The Apache2 service was started successfully. | The Apache2 service was started successfully. | ||
| Line 719: | Line 721: | ||
<p> | <p> | ||
If you require SMTP authentiation (including POP before SMTP), you can use | If you require SMTP authentiation (including POP before SMTP), you can use [http://www.glob.com.au/sendmail/ Glob's | ||
sendmail wrapper | sendmail wrapper]. Download and install as per the instructions on that site. | ||
</p> | </p> | ||
| Line 736: | Line 738: | ||
<pre> | <pre> | ||
C:\>< | C:\><b>cd bugzilla</b> | ||
C:\bugzilla>< | C:\bugzilla><b>perl checksetup.pl</b> | ||
Checking perl modules ... | Checking perl modules ... | ||
| Line 806: | Line 808: | ||
# need to escape it by preceding it with a \ character. (\') or (\\) | # need to escape it by preceding it with a \ character. (\') or (\\) | ||
# | # | ||
< | <i>$db_pass = 'sockmonkey';</i> | ||
</pre> | </pre> | ||
| Line 908: | Line 910: | ||
first time using Bugzilla, or your administrator's privileges might have | first time using Bugzilla, or your administrator's privileges might have | ||
accidently been deleted. | accidently been deleted. | ||
Enter the e-mail address of the administrator: < | Enter the e-mail address of the administrator: <b>byron@example.com</b> | ||
You entered 'byron@example.com'. Is this correct? [Y/n] < | You entered 'byron@example.com'. Is this correct? [Y/n] <b>y</b> | ||
Enter the real name of the administrator: < | Enter the real name of the administrator: <b>Byron Jones</b> | ||
Enter a password for the administrator account: < | Enter a password for the administrator account: <b>beef</b> | ||
Please retype the password to verify: < | Please retype the password to verify: <b>beef</b> | ||
'byron@example.com' is now set up as an administrator account. | 'byron@example.com' is now set up as an administrator account. | ||
| Line 926: | Line 928: | ||
You should now be able to log into to Bugzilla using the account <b>checksetup.pl</b> just created. | You should now be able to log into to Bugzilla using the account <b>checksetup.pl</b> just created. | ||
Point your web browser to | Point your web browser to >http://localhost/, choose | ||
<b>Log in to an existing account</b>, and login. | <b>Log in to an existing account</b>, and login. | ||
| Line 959: | Line 961: | ||
<p> | <p> | ||
Download and install WebDot from | Download and install WebDot from http://www.graphviz.org/Download_windows.php. | ||
Put the complete path to dot.exe in <b>webdotbase</b>. | Put the complete path to dot.exe in <b>webdotbase</b>. | ||
| Line 1,035: | Line 1,037: | ||
<p> | <p> | ||
Schedule the <b>mysqldump</b> utility to create the dump, and add the resulting file to your backup media. You'll find MySql's <b>mysqldump</b> documentation at | Schedule the <b>mysqldump</b> utility to create the dump, and add the resulting file to your backup media. You'll find MySql's <b>mysqldump</b> documentation at http://dev.mysql.com/doc/mysql/en/mysqldump.html. | ||
</p> | </p> | ||