Confirmed users
1,201
edits
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Installing Bugzilla on Microsoft Windows using the Installer | == Installing Bugzilla on Microsoft Windows using the Installer == | ||
This is an unofficial installer for Bugzilla which deploys and configures Bugzilla with all the prerequisites: | This is an unofficial installer for Bugzilla which deploys and configures Bugzilla with all the prerequisites: | ||
| Line 26: | Line 26: | ||
[[Image:Win32Setup7.png]]<br> | [[Image:Win32Setup7.png]]<br> | ||
[[Image:Win32Setup8.png]]<br> | [[Image:Win32Setup8.png]]<br> | ||
Once the installation has compelted, a web browser will launch pointing to your Bugzilla install, which will require further configuration. Log in with the Bugzilla account you created and follow the prompts. | |||
=== Administration === | === Administration === | ||
| Line 40: | Line 42: | ||
Running this file will create a backup of your Bugzilla database in a file "bugzilla-backup.zip". | Running this file will create a backup of your Bugzilla database in a file "bugzilla-backup.zip". | ||
== Using this installation for Bugzilla Development == | |||
*Install the most recent version from [http://landfill.bugzilla.org/win32installer/ landfill] | |||
*Download and install [http://cygwin.org/ Cygwin], make sure you install BZR | |||
*Delete the bugzilla directory from the installed version | |||
*Download SetPaths.cmd and RestoreHashBang.cmd from the [http://landfill.bugzilla.org/win32installer/source/ source directory on landfill] to your installation directory (same level as BugzillaCmdPrompt.cmd) | |||
*Use BZR to checkout trunk or the appropriate branch | |||
*Run SetPaths.cmd to fix the checked out files (do this after every checkout/update) | |||
*To generate a diff, run RestoreHashBang.cmd, generate the diff, then run SetPaths.cmd | |||