Bugzilla on Debian 12 (x86) with support by Fleximg
AWS-Marketplace
https://aws.amazon.com/marketplace/pp/prodview-4ortdghhfoyz6
Usage Instructions
1. Login user or create user
Open the Bugzilla home-page and enter the login details
http://{your-host-ip}/bugzilla
Enter your email and password in the Enter Email and Password field to log in
User: Fleximg@gmail.com
Password: Fleximg!123
You can also create a New Account by clicking Open a New Account. After entering
the email address, you will receive an email for creating a new account.
Clicking the address will enter bugzilla to edit the password and account information
2. Edit bug
-
The initial status is generally uncomfirm without confirmation by Assignee
-
By default, assingee is the person in charge of the product's component
-
The CC object is the copyist. This role does not change the bug,
but he will be notified by email each time the bug status changes.
Usually the leader or the person in charge of the entire project,
but not responsible for fixing bugs. -
The difference between Severity and Priority:
Severity: The severity of a bug to the function
Priority: How much a bug affects the business
3. Test flow example
Finished bug writing interface
After the bug is edited, Assginee, the cc object, receives an email.
After modifying the bug, edit the description, status and handling suggestions after the bug is solved.
After Assignee fixes a bug, reported will receive an email notification,
search for a corresponding bug in the search, and test the bug again.
If the test finds that the bug is solved, the status is changed to verified,
and the processing comment is closed.
4. Permission setting of a role
After Assignee fixes a bug, reported will receive an email notification,
search for a corresponding bug in the search, and test the bug again.
If the test finds that the bug is solved, the status is changed to verified,
and the processing comment is closed.
The above tutorial describes the use of the process, more detailed tutorials refer to the official tutorial https://bugzilla.readthedocs.io/en/5.0.4/using/index.html
5. Related commands
- Start apache2 service: `sudo service apache2 start`
- Restart apache2 service: `sudo service apache2 restart`
- Stop apache2 service: `sudo service apache2 stop`
- Check apache2 service status: `sudo service apache2 status`
- Start mysql service: `sudo service mysql start`
- Restart mysql service: `sudo service mysql restart`
- Stop mysql service: `sudo service mysql stop`
- Check mysql service status: `sudo service mysql status`