【文件属性】:
文件名称:教你如何2分钟安装mantis-借助XAMPP安装Mantis-最简单的方法
文件大小:37.58MB
文件格式:RAR
更新时间:2014-03-27 09:17:15
mantis XAMPP 安装说明
借助XAMPP安装Mantis(Mantis for Windows)_最简单适用
1.安装之前,下载下列软件
XAMPP --->Apache,php,MySQL架设包 1.7.1
Mantis-1.1.6
2.安装xampp
执行刚下载的执行档即可
3.建立MySQL的使用者账号
利用xampp提供的页面来设定即可
具体设置方法如下:
a、使用http://localhost登录XAMPP主页面(必须要在服务器上运行)
b、点击左侧列表的“安全”选项
c、在打开的页面中选择http://localhost/security/xamppsecurity.php
d、然后再打开的页面中可以设置MYSQL的密码了
4.安装mantis
解压缩mantis_1.1.6.tar.gz并将解开的目录放到C:\Program Files\xampp\htdocs\
并且文件夹名称改为“Mantis”
在浏览器网址列键入http:///mantis/index.php即可进行安装,重点是存取MySQL的账号要设对和MySQL,Apache要启动
5.设定mantis
在浏览器网址列键入http:///mantis/index.php,如果安装成功,就会看到登入画面,用预设的账号administrator,密码root进入,新增一个有admin权限的使用者,确定新的使用者可以登入之后删除预设的使用者并移除C:\Program Files\xampp\htdocs\mantis\admin目录
**在新增使用者遇到了一个mail的error,使得新增的使用者无法登入,解决方式是在C:\Program Files\xampp\htdocs\mantis\下有个设定档config_inc.php,新增一行如下
$g_enable_email_notification = OFF;
**若想改中文接口同样在config_inc.php,新增一行如下
$g_default_language = 'chinese_traditional_utf8';
安装工具——xampp;只需要安装xampp,然后在apache的配置文件\conf\httpd.conf 末尾加上:
Alias /mantis "c:/mantis/"
Options Indexes
AllowOverride None
Order allow,deny
Allow from all
然后将mantis下的config_inc.php.sample改名为config_inc.php。再配置一下mantis的邮件服务。一切就ok了
=========================================================
mantis 汉化方法如下:
在mantis目录下找到config_defaults_inc.php,用支持php格式的编辑器打开。里面有一项是$g_default_language = 'english';将english修改成chinese_simplified,点击保存,保存文件,重新服务器即可。
=========================================================
【文件预览】:
Mantis整体安装文件
----xampp-win32-1.7.1-installer.exe(34.88MB)
----说明.txt(2KB)
----mantisbt-1.1.6.zip(2.81MB)