testlink 环境搭建(傻瓜版)

来源:互联网 发布:微信小店数据推送 编辑:程序博客网 时间:2024/05/16 09:42

提示我们是否接受协议。在I agree to the rerms set out in this license 前面复选框打勾,点击“Continue”按钮。

第三步:Verification of System and configuration requirements (检验系统和配置要求)

上面会给出一个警告:

Notice:Undefined index: type in D:\Program Files\VertrigoServ\www\testlink\install\installCheck.php on line 41

如果在页面最下方有:Your system is prepared for TestLink configuration (no fatal problem found).  提示,那么点击左侧的按钮“Continue

 

第四步:Definition of DB access (数据库访问的定义)

这里我们需要注意的选项:

 Set an existing database user with administrative rights (root):(设置一个数据库管理权限)

填写我们数据库的用户名和密码。

This user requires permission to create databases and users on the Database Server.
These values are used only for this installation procedures, and is not saved

用户需要在数据库服务器上创建数据库和用户的权限。这些值仅用于此安装程序,并且不保存 。

 

Define database User for Testlink access(定义Testlink访问数据库用户

 

This user will have permission only to work on TestLink database and will be stored in TestLink configuration. All TestLink requests to 

the Database will be done with this user.

此用户将只允许工作testlink数据库和将存储在testlink配置。所有testlink请求的数据库将完成这个用户。

 

填写完用户信息后,点击页面底部“process TestLink Setup!”按钮

 

遇到的两个错误:

错误一:

PHP Warning: date(): It is not safe to rely on the system’s timezone settings. You are *required* to use the date.timezone setting 

or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most 

likely misspelled the timezone identifier. We selected ‘UTC’ for ’8.0/no DST’ instead in

解决办法:

出入格林威治标准时间和北京时间大概差8个小时左右,我们可以按照下面的方法解决:

在php.ini中设置date.timezone的值为PRC,设置好以后的为:date.timezone=PRC,同时取消这一行代码的注释,即去掉前面的分号就可以了。


错误二:

当用户登录后(使用admin/admin登录)

页面上面为会安全提示,如下:

There are security warnings for your consideration. See details on file: D:\Program files\VertrigoServ

\www\testlink\logs\config_check.txt. 

To disable any reference to these checkings, 

set $tlCfg->config_check_warning_mode = 'SILENT'; 

 

   解决办法:

....\VertrigoServ\www\testlink\ 根目录下找到config.inc.php 文件打开,

$tlCfg->config_check_warning_mode = 'FILE';

改为:

$tlCfg->config_check_warning_mode = 'SILENT';

 

testlink使用:

关于testlink的使用,在网上找到了一份非常好的文档,所以,这里没必要讲解了。把链接贴出。

http://www.ossxp.com/doc/testlink/admin_guide/admin_guide.html#id6 

0 0
原创粉丝点击