Mantisbt is deployed in lamp Environment
<Virtualhost *: 8000>
DocumentRoot "/data/mantisbt"
</Virtualhost>
CD/Data
Unzip mantisbt-1.2.17.zip
# Creating a database
Input 127.0.0.1: 8000 in the browser
The database has been created, and the administrator can log on (password root). Next, modify the configuration file.
# Modifying the configuration file supports account registration password Modification
Vim/data/mantisbt/config_inc.php
$ G_phpmailer_method = 2; // phpmailer_method_sendmail
$ G_smtp_host = 'smtp .qq.com ';
$ G_smtp_username = 'your email address ';
$ G_smtp_password = 'your mailbox password ';
$ G_administrator_email = '*';
$ G_webmaster_email = '*';
$ G_from_email = 'your email address ';
$ G_return_path_email = 'your email address ';
$ G_default_language = 'Chinese _ simplified '; // modify the language
$ G_signup_use_captcha = off; // The default value is on (whether to enable the verification code)
Establish the mantisbt environment of the defect Management System