Bugzero | |
Welcome! If you can see this through your servlet engine, it means that Bugzero has been deployed. | |
How to deploy and setup: | |
If you are viewing this file locally and haven't deployed Bugzero,
you should first read the requirements
online
or see WEB-INF/README.txt,
and then launch the setup program. It will guide you through
to configure and then deploy Bugzero.
The 'setup' program is located under the directory WEB-INF.
On Windows, you can type or double click on setup.cmd; on Unix/Linux, you might
need type 'chmod +x setup' first and then type ./setup.
If your environment does not have the graphics support to run the setup program,
you can use command-line manual installation, see WEB-INF/README.txt.
If you have deployed Bugzero but haven't done the setup, you need do so and then restart your servlet container (engine). | |
How to upgrade: | |
If you have already had Bugzero installed and want to upgrade to a new version or edition, please read the upgrade instructions online or see WEB-INF/upgrade.txt. | |
After deploy and setup: | |
For paid Editions, you can login as user 'admin'
and start to manage projects and user accounts.
For the Try Edition, you need use the command line
'bugzero -create demo' in the directory
WEB-INF/bin/ to create the demo project, and then login
as one of the default users (dev/dev, qa/qa, guest/guest) to create
bug reports (see README.txt for detail). Online demo for the admin tool is
available upon request.
Before you try login, please read all the above, in particularly "After deploy and setup". |