Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Mantis installation configuration and common problems

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

Mantis installation configuration and common problems 1: Mantis installation steps

1. Before installing Mantis, you need to configure apache, mysql, and php environments. It is troublesome to install them individually. You can download xampp packages (or download other software packages) and install them directly at one time.

two。 Extract the Mantis zip file in the hdocs folder of the xampp installation directory.

3. Start apache and mysql services after installing xampp. Port 80 will be occupied when starting the apache service. Modify Listen 80 and ServerName localhost:80 in the httpd.conf file under xampp/apache/conf, and change 80 to 81 or something else.

Two: Mantis configuration

1. Enter http://localhost:82/phpmyadmin/ to enter the database creation, and the database user to create the page.

two。 Enter http://localhost:82/mantis/admin/install.php to enter the Bug database configuration page and configure it according to the actual needs.

After completing the above steps, you can basically enter Mantis and configure the corresponding functions in Mantis according to your work needs.

Three: Mantis login

If Manits is installed on the server, you can log in to Mantis by typing url on the local computer

This is the url entered on the server:

Http://localhost:82/mantis/login_page.php

The url entered on this machine:

Http://10.122.20.104:82/mantis/login_page.php

Where 10.122.20.104 is the server ip, input according to the actual situation, 82 is the modified port number, input according to the port number set by yourself.

The default login password and account number are as follows:

Login name administrator

Password root

Four: Mantis function configuration

Here's a brief description of common questions.

1. The language can be set directly in user management, and different languages can be set for different users.

two。 Modify options for priority, severity, and frequency of occurrence

Find config_defaults_inc.php in the xampp\ htdocs\ mantis directory and find the following:

Note: the value is modified by me, which is different from the original value.

$glossary prioritymatching matching string ='10 OptimizedDifferableMagi 30 RomeNormalMagne40Rose Urgent`

The following is the same as the following: $glossary recording recording stringing ='10 LowMagol 20 Rd MediumGrade30 Rd Highpr 40 Rd VeryHighMet 50 Rd Urgent`

$glossary reproducibilityfinished instruments stringent materials 10 kinds of functions, 30 kinds of processes, 50 pieces of data, 70 colors, 90 parts of the system Interface,100:Other'

To modify the options for priority, severity, and frequency of occurrence, you can directly modify the value after the corresponding ":". If you want to change the number of options for priority, severity, and frequency of occurrence, you can add or delete some items according to its original format. One thing to note here is that if you select Chinese, you also need to find the strings_chinese_simplified.txt file in the xampp\ htdocs\ mantis\ lang directory, and find the following content in it:

$s_priority_enum_string =

$s_severity_enum_string =

$s_reproducibility_enum_string =

Just modify the content after "=".

3. Modify the field name (column name) of priority, severity, and frequency of occurrence:

Find strings_chinese_simplified.txt in the xampp\ htdocs\ mantis\ lang directory and find the following in its file

$s_email_reproducibility = 'occurrence frequency'

$s_email_severity = 'severity'

$s_email_priority = 'priority'

Directly modify the frequency, severity and priority name.

Five: explanation

The above are only the more common problems in Mantis configuration, not very comprehensive, such as their own Baidu. As for how to use Mantis, I won't say much here.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report