mantisbt搭建.doc_第1页
mantisbt搭建.doc_第2页
mantisbt搭建.doc_第3页
mantisbt搭建.doc_第4页
mantisbt搭建.doc_第5页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

搭建准备工作MantisBT软件一份EasyPHP软件一份PhPmyadmin软件一份步骤1安装EasyPHPEasyHPH成功安装!勾选上“Open Help”、“Launch EasyPHP”,点击“Finish”。步骤2安装Mantis1、 将下载到的mantis-1.1.0a4.rar解压到mantis文件夹;2、 EasyPHP安装目录,打开C:Program FilesEasyPHP3.1www;3、 将mantis文件夹复制到C:Program FilesEasyPHP3.1www下。步骤3安装Phpmyadmin1、 打开C:Program FilesEasyPHP3.1;2、 将phpmyadmin文件夹剪切到C:Program FilesEasyPHP3.1www下。步骤4建立Bug数据库1、 右键Windows托盘的 图标,选择“Local Web”,(或者在IE地址中输入“/”)可看到如下页面:2、点击选择“mantis”,进入页面:3、 不用修改/填写任何值,直接点击页面最下方的“Install/Upgrade Database”按钮;4、 成功后可看到如下页面:OK,到此为止,Mantis系统已经搭建成功了。下面立刻验证一下是否已配置成功!1、 再次右键Windows托盘的 图标,选择“Local Web”,(或者在IE地址中输入“/”)可看到如下页面:2、 点击选择“mantis”(或可省略步骤,直接在IE地址中输入“/mantis/login_page.php”),进入页面:配置完成的Mantis的只有一个默认的系统管理员用户:账号:administrator密码:root步骤5中文版配置配置完成时,Mantis默认为English系统,而要使用中文版Mantis则需要修改配置文件。配置方法:打开Mantis目录(C:Program FilesEasyPHP3.1wwwmantis),用记事本打开config_defaults_inc.php文件,找到如下代码片段:# - language settings -# If the language is set to auto, the actual# language is determined by the user agent (web browser)# language preference.$g_default_language = english;将english改为chinese_simplified修改完成后的代码片段如下所示:# - language settings -# If the language is set to auto, the actual# language is determined by the user agent (web browser)# language preference.$g_default_language = chinese_simplified;步骤6局域网访问配置完成时,Mantis默认为只能够本机访问,若要在局域网内访问则需要修改Apache的配置文件。配置方法:打开apache目录(C:Program FilesEasyPHP3.1apacheconf),用记事本打开httpd.conf文件,找到如下代码片段:# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the # directive.# Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.#Listen 8:80Listen :80在Listen :80下一行加入一段代码Listen 01:80注:01为Mantis服务器的IP地址修改完成后的代码片段如下所示:# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the # directive.# Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.#Listen 8:80Listen :80Listen 01:80验证配置是否成功:在局域网任一电脑中通过IE登录Mantis系统01/mantis/login_page.php即可正常访问。步骤7端口被占用Mantis配置完成时,访问Mantis系统可能会出现端口被占用的问题,常见的原因是IIS默认端口为80,而Mantis配置完成时,默认的端口也是80。因此需要修改Mantis的端口或者是IIS的端口才可正常访问Mantis。配置方法:打开apache目录(C:Program FilesEasyPHP3.1apacheconf),用记事本打开httpd.conf文件,找到如下代码片段:# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the # directive.# Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.#Listen 8:80Listen :80Listen 01:80将Listen 01:80修改为Listen 01:8001修改完成后的代码片段如下所示:# Listen: Allows you to bind Apache to specific IP addresses and/or# ports, instead of the default. See also the # directive.# Change this to Listen on specific IP addresses as shown below to# prevent Apache from glomming onto all bound IP addresses.#Listen 12.34.5

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论