跳至内容
iDste
用户工具
登录
站点工具
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
在ubuntn上部署testlink_1.8.5
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== iDste:TestlinkInstall ====== ===== Testlink安装 ===== ==== 1.查看已安装的软件 ==== <WRAP center round box 100%> dpkg -l *mysql*\\ dpkg -l *apache*\\ dpkg -l *php* </WRAP> <WRAP center round box 100%> uu 为未安装,ii 为已安装,iU 表示软件包未安装成功\\ rc 表示软件包已经被卸载,但配置文件仍在 </WRAP> ==== 2.根据需要下载并安装: ==== <WRAP center round box 100%> sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql php5-gd </WRAP> ==== 3.下载testlink安装包 ==== <WRAP center round box 100%> http://sourceforge.net/projects/testlink/files/?source=navbar\\ 因为testlink 1.9 需要php5.4以上,我们现有PHP版本为5.3,所以我使用的是1.8.5 </WRAP> ==== 4.安装testlink ==== <WRAP center round box 100%> tar -zxvf testlink_1.8.5.tgz (解压出来的文件夹为testlink)\\ sudo mv testlink/ /opt/\\ cd /opt/\\ sudo chown -R www-data:www-data testlink/\\ cd /var/www/\\ ln -s /opt/testlink/ testlink </WRAP> ==== 5.在web页面执行安装 ==== <WRAP center round box 100%> http://192.168.1.125:3280/testlink/install/\\ 点击newinstallation </WRAP> {{ :idste:ha.png?600 |}} {{ :idste:2.png?600 |}} {{ :idste:testlink3.png?600 |}} <WRAP center round box 100%> 点击process Testlink Setup,执行安装 </WRAP> ===== Testlink文件配置 ===== 进入testlink目录,打开配置文件 <WRAP center round box 100%> vi config.inc.php </WRAP> ==== 1.更改默认语言 ==== {{ :idste:4.png?600 |}} ==== 2.禁止游客登陆 ==== {{ :idste:5.png?600 |}} ==== 3.登陆界面警告解除 ==== {{ :idste:6.png?600 |}} ==== 4.testlink邮件配置 ==== {{ :idste:7.png?600 |}} ===== Testlink与Redmine集成===== ==== 1.添加testlink链接redmine所需参数 ==== <WRAP center round box 100%> vi config.inc.php </WRAP> 更改bug接口为redmine {{ :idste:8.png?600 |}} <WRAP center round box 100%> cd /opt/testlink/cfg\\ vi redmine.cfg.php </WRAP> {{ :idste:9.png?600 |}} {{ :idste:10.png |}} 说明:链接redmine数据库的具体参考值是redmine database.yml里的具体值 {{ :idste:11.png?600 |}} ==== 2.重启TestLink服务, 然后进入”测试执行”页面, 点击已经执行过的测试用例, 你就会在右边发现多了一列, 出现一个小爬虫, 点击那个小爬虫, 你就能跳到Redmine平台了 ====
在ubuntn上部署testlink_1.8.5.txt
· 最后更改: 2020/08/24 14:45 (外部编辑)
页面工具
显示页面
修订记录
反向链接
回到顶部