资源描述:
《缺陷管理工具mantis搭建手册》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Mantis缺陷管理系统搭建手册2009年1月hjjlearning一、软件准备:1、系统:WindowsXPSP22、软件:xampp-win32-1.7.0-installer.exeMysqlcc(0.9.4)Mantis(1.1.6)JpGraph(2.3.3)二、安装xampp:1、下载完xampp后,进行安装,安装目录自定,如安装在c:xampp2、安装一路next就可以了。3、注意一点,默认apache端口为80,mysql为3306,如果端口被占用了,需要设置端口,一般IIS会占用apache的80端口,最好把IIS服务停掉。4、安装完成后,出现
2、如下图:apache和mysql启动就可以了。5、点击上图Apache那行的Admin按钮,弹出一页面,选中中文。6、点击左边“安全”。出现下图页面1、点击图中http://localhost/security/xamppsecurity.php链接,设置mysql中root的密码。一、安装:Mysqlcc1、一路next后,安装完成,打开。2、如下图,3、在name中填root,在hostname中填localhost,在Password中输入刚刚设置的root密码。填完后,点ADD按钮。4、在左边选中DATABASE点右键,选择新建数据库,新建一个mantis
3、数据库1、新建完mantis数据库后,在下面的UserAdminstration右键新增加一个用户,用户名和密码最好都为mantis,并且为该用户指定数据库Mantis与权限AllPrivileges,点击Add。一、安装:Mantis1、解压Mantis到某盘根目录下,如c:mantis。2、设置mantis目录权限,打开C:xamppapacheconfhttpd.conf文件,在文件最后添加如下内容:Alias/mantis"c:/mantis/" OptionsIndexes AllowOve
4、rrideNone Orderallow,deny Allowfromall 注意:"c:/mantis/"目录中的/是反斜杠。1、打开IE输入http://localhost/mantis,会自动跳到mantis安装页面2、Database输入为Mantis,点击后出现下图。注意:installingDatabase没有插入成功。把SQL拷贝出来。1、打开http://localhost/xampp/页面,点击工具下的phpMyAdmin,进入页面输入mysql的用户名和密码。2、选中mantis数据库,然后点击右边的SQL,出现下面页面
5、3、把刚刚拷贝的SQL复制上去,注意去掉第一行:4、执行成功后打开http://localhost/mantis,就进入到登陆页面了。默认用户名为administrator,密码为root。一、设置:Mantis为中文修改Mantis中的默认配置文件config_defaults_inc.php,找到如下内容,对照修改.如果把以下内容拷到config_inc.php中也可以.配置文件加载顺序:先加载config_defaults_inc.php,后加载config_inc.php。config_inc.php中的值会覆盖config_defaults_inc.ph
6、p.#################################MantisLanguageSettings#################################---languagesettings-----------#Ifthelanguageissetto'auto',theactual#languageisdeterminedbytheuseragent(webbrowser)#languagepreference.$g_default_language ='chinese_simplified_gb2312';#listthecho
7、icesthattheusersareallowedtochoose$g_language_choices_arr=array( 'auto', 'bulgarian', 'catalan', 'chinese_simplified_gb2312', 'chinese_traditional', 'croatian', 'czech', 'danish', 'dutch', 'english', 'estonian', 'finnish', 'french', 'german', 'hebrew', 'hungarian', 'i
8、celan