如何安装配置jdk和配置Mantis

Mantis安装配置及使用教程-360文档中心
360文档中心免费免积分下载,各行业
知识、技术、信息等word文档下载网站
Mantis安装配置及使用教程
缺陷管理工具mantis 搭建安装及使用手册 SPT 2010 年7 月7 日 Generated by Foxit PDF Creator . Foxit Software http://www.360docs.net/doc/info-77753fcef121dd36a32d82c6.html
For evaluation only.目 录 一、 软件准备.....................................................................................3 二、 安装:xampp ..............................................................................3 三、 安装:MySQL..............................................................................4 四、 安装:mantis ..............................................................................6 五、 设置:mantis 为中文.................................................................7 六、 Mantis 中邮件配置: .................................................................9 七、 Mantis 中上传附件设置...........................................................10 八、 安装及配置JpGraph .............................................................. 12 九、 Mantis 时间设置.......................................................................13 十、 Mantis 使用手册.......................................................................14 Generated by Foxit PDF Creator . Foxit Software http://www.360docs.net/doc/info-77753fcef121dd36a32d82c6.html
For evaluation only.一、 软件准备 1、 系统:Windows XP SP3; 2、 软件: xampp-win32-1.5.4a-installer mysqlcc-0.9.3-win32; mantis-1.0.7.tar; jpgraph-2.0.tar; 二、 安装:xampp 1、下载完xampp 后,进行安装,安装目录自定,如安装在C:\mantis\; 2、安装一路next; 3、注意一点,默认apache 端口为80,mysql 为3306,如果端口被占用了, 需要设置端口,一般IIS 会占用apache 的80 端口,最好把IIS 服务停掉; 4、安装完成后,出现如下图:apache 和mysql 启动就可以了; 5、 点击上图Apache 那行的Admin 按钮,弹出一页面,选中中文; 6、 点击左边“安全”。出现下图页面; Generated by Foxit PDF Creator . Foxit Software http://www.360docs.net/doc/info-77753fcef121dd36a32d82c6.html
For evaluation only.7、点击图中http://localhost/security/xamppsecurity.php 链接,设置mysql 中root 的密码。 三、 安装:MySQL 1、 一路next 后,安装完成,在桌面打开,如下图; 2、 在name 中填root,在hostname 中填localhost,在Password 中输入刚刚设置的root 密码。填完后,点ADD 按钮; 3、 在左边选中DATABASE 点右键,选择新建数据库,新建一个mantis 数据库; Generated by Foxit PDF Creator . Foxit Software http://www.360docs.net/doc/info-77753fcef121dd36a32d82c6.html
For evaluation only.4、 新建完mantis 数据库后,在下面的User Adminstration 右键新增加一个用户,用户名和密码最好都为mantis,”host”为”localhost”并且为该用户指定数据库Mantis 与权限All Privileges,点击Add,如下图; Generated by Foxit PDF Creator . Foxit Software http://ww
免费下载该文档:
Mantis安装配置及使用教程的相关文档搜索豆丁微信公众号
君,已阅读到文档的结尾了呢~~
Mantis安装配置及使用教程
扫扫二维码,随身浏览文档
手机或平板扫扫即可继续访问
Mantis安装配置及使用教程
举报该文档为侵权文档。
举报该文档含有违规或不良信息。
反馈该文档无法正常浏览。
举报该文档为重复文档。
推荐理由:
将文档分享至:
分享完整地址
文档地址:
粘贴到BBS或博客
flash地址:
支持嵌入FLASH地址的网站使用
html代码:
&embed src='http://www.docin.com/DocinViewer-4.swf' width='100%' height='600' type=application/x-shockwave-flash ALLOWFULLSCREEN='true' ALLOWSCRIPTACCESS='always'&&/embed&
450px*300px480px*400px650px*490px
支持嵌入HTML代码的网站使用
您的内容已经提交成功
您所提交的内容需要审核后才能发布,请您等待!
3秒自动关闭窗口如何安装和配置Mantis_百度知道
如何安装和配置Mantis
我有更好的答案
如何安装和设置Mantis系统_百度经验:
采纳率:79%
来自团队:
为您推荐:
其他类似问题
您可能关注的内容
换一换
回答问题,赢新手礼包
个人、企业类
违法有害信息,请在下方选择后提交
色情、暴力
我们会通过消息、邮箱等方式尽快将举报结果通知您。XAMPP&& http://www.apachefriends.org/en/xampp.html
Mantis& http://www.mantisbt.org/
1.下载安装上述软件
2.在D:\xampp\apache\conf\httpd.conf 末尾加上:
Alias /mantis E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7
&Directory "E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7"&
&&& Options Indexes
&&& AllowOverride None
&&& Order allow,deny
&&& Allow from all
&/Directory&
3.然后将mantis下的config_inc.php.sample改名为config_inc.php。再配置一下mantis的邮件服务。一切就ok了。
4 中文显示
在E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7/config_inc.php文件中添加
$g_default_language = 'chinese_simplified';
5上传文件
在config_inc.php中添加
$g_allow_file_upload=ON;
$g_file_upload_method=DISK;
并且在E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7下面新建一个upload目录
当你以管理员身份登录,新建项目时,在上传文件路径那一项填上upload即可,如果要为每一个项目指定不同的目录,可以先在upload下建一个projectname,在上传文件路径那一项填上upload\projectname
注意最好不要用中文目录名,目录名中间也不要带空格.
6.置jpgraph
下载JpGraph Version: 2.3.4 http://www.aditus.nu/jpgraph/jpdownload.php
解压到E:\devTools\mantisbt-1.1.7\mantisbt-1.1.7\graphs\jpgraph-2.3.4
在E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7/config_inc.php文件中添加
$g_use_jpgraph = ON;
$g_jpgraph_path = 'E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7/graphs/jpgraph-2.3.4/src/';
7. config_inc.php
# set these values to match your setup
$g_hostname
= "localhost";
$g_db_username
$g_db_password
$g_database_name = "bugtracker";
$g_db_type
= "mysql";
# --- email variables -------------
$g_administrator_email
$g_webmaster_email
$g_smtp_host='serverIP';
$g_smtp_username='yourname';
$g_smtp_password='pwd';
$g_phpMailer_method =2;
# the "From: " field in emails
$g_from_email
# the return address for bounced mail
$g_return_path_email
# --- file upload settings --------
# This is the master setting to disable *all* file uploading functionality
# The default value is ON but you must make sure file uploading is enabled
in PHP as well.
You may need to add "file_uploads = TRUE" to your php.ini.
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_default_language
= 'chinese_simplified';
$g_use_jpgraph = ON;
$g_jpgraph_path = 'E:/devTools/mantisbt-1.1.7/mantisbt-1.1.7/graphs/jpgraph-2.3.4/src/';
$g_graph_font = 'chinese_gbk';
浏览: 69723 次
来自: 上海
写道用过一个叫pageoffice的插 ...
用过一个叫pageoffice的插件去生成excel。感觉挺方 ...
这个方法果然管用,可是为什么每次都会出现这样的情况,有没有什么 ...
正好遇到同样的问题 ,3Q
今天在用另一个eclipse插件的时候也出现了这个问题,这个方 ...
(window.slotbydup=window.slotbydup || []).push({
id: '4773203',
container: s,
size: '200,200',
display: 'inlay-fix' 上传我的文档
 下载
 收藏
粉丝量:77
该文档贡献者很忙,什么也没留下。
 下载此文档
正在努力加载中...
Mantis安装配置及使用教程(pdf 页)
下载积分:1500
内容提示:Mantis安装配置及使用教程(pdf 页)
文档格式:PDF|
浏览次数:24|
上传日期: 23:11:48|
文档星级:
全文阅读已结束,如果下载本文需要使用
 1500 积分
下载此文档
该用户还上传了这些文档
Mantis安装配置及使用教程(pdf 页)
关注微信公众号

我要回帖

更多关于 如何安装配置mysql 的文章

 

随机推荐