Windows下開源BUG跟蹤系統mantis安裝指南

來源:互聯網
上載者:User
mantis(螳螂)是一個基於php/MySQL/web的缺陷跟蹤系統,最新版本是1.01。
http://www.mantisbt.org/download.php

安裝步驟
1.整合apache+php+mysql+...的安裝工具,http://www.apachefriends.org/en/xampp.html用它來安裝
目前版本為1.6.1

2.下載ZIP包解壓,然後修改apache\conf\httpd.conf,在檔案最後添加
Alias /mantis "d:/mantis/"
   <Directory "d:/mantis/">
    Options Indexes
DirectoryIndex index.php
 AllowOverride None
 Order allow,deny
 Allow from all
  </Directory>

3.找到該檔案內PORT字樣,把80連接埠改為8080連接埠

4.在XAMPP目錄內啟動xampp_start.exe

5.開啟http://localhost:8080/,進入了XAMPP的歡迎頁面,選擇右上方語言的中文,選擇左邊狀態,可以察看啟動了什麼服務。

6.http://172.18.33.137:8080/mantis/admin/install.php
安裝MANTIS,新版本的MANTIS直接由這個介面安裝MYSQL的庫檔案

7.http://172.18.33.137:8080/mantis/
登陸,試用administrator,預設密碼root

8.配置中文介面
修改mantis目錄下的config_inc.php檔案,修改$g_default_language='chinese_simplified'

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.