1. 安裝完成後配置 config_defaults_inc.php,設定$g_send_reset_password= off; 關閉重置密碼傳送郵件
2. 設定mysql中的配置 max_allowed_packet = 16m,解決上傳時超過sql語句的問題
設定 innodb_log_file_size = 128m 解決上傳時,日誌檔案太小的問題
3. 增加新的狀態,已測試
配置巨集定義: core/constant_inc.php define( 'tested', 82 );
配置狀態: 開啟config_defaults_inc.php檔案,找到$g_status_enum_string 字段,增加乙個82:tested的選項;
配置認為唯讀的最低狀態值:$g_bug_readonly_status_threshold = tested;
配置中英文對應:在mantis安裝目錄下找到lang目錄中打strings_chinese_simplified.txt檔案,找到$s_status_enum_string 字段,將對應的中文意思新增上去, 增加 82:已測
$s_tested_bug_title = '已測試該問題';
$s_tested_bug_button = '已測試該問題';
配置顏色: 開啟config_defaults_inc.php檔案,修改:
$g_status_colors = array( 'new' => '#fcbdbd', // red (scarlet red #ef2929)
'feedback' => '#e3b7eb', // purple (plum #75507b)
'acknowledged' => '#ffcd85', // orange (orango #f57900)
'confirmed' => '#fff494', // yellow (butter #fce94f)
'assigned' => '#c2dfff', // blue (sky blue #729fcf)
'resolved' => '#d2f5b0', // green (chameleon #8ae234)
'tested' => '#d2f5b0', // green (chameleon #8ae234)
'closed' => '#c9ccc4'); // grey (aluminum #babdb6)
MantisBT安裝教程
歸結乙個字就是 窮 控制成本,準備用mantisbt來做bug的管理工具。apach是httpd 2.4.32 o102n x64 vc14 php是php5,不要用php7有些方法不相容除非你去改mantisbt原始碼 mantisbt是mantisbt 2.12.0 mysql是mysql 5....
Mantisbt安裝部署簡介
個人開發nocloud專案一直想引入乙個缺陷管理的系統,之前用過jira,感覺還可以,只可惜jira是收費的,在網上搜尋一番發現了開源免費的mantisbt,決定試用一下。恰巧我之前剛搭建了一下apache2.2 php5.3.6 mysql5.5的環境,正好可以利用。跟其他php專案一下,mant...
安裝xampp過程
安裝完畢後,要對檔案進行配置,配置如下 1 在php.ini檔案中,寫入 windows path1 path2 include path xampp php includes warning mysqli connect hy000 1045 access denied for user root...