环境准备

  1. 系统CentOS Linux release 7.3.1611 (Core)
  2. 搭建LAMP所需的集成包 xampp-linux-x64-7.2.0-0-installer.run 下载地址
  3. TestLink安装包 testlink-1.9.16.tar.gz  下载地址

安装XAMPP

  1. 检查系统中是否有LAMP,分别检查这四个包,如果有则一个个删除
  2. 安装XAMMP,下载后以root身份进入所在目录:
chmod +x xampp-linux-x64-7.2.0-0-installer.run
./xampp-linux-x64-7.2.0-0-installer.run #执行安装

安装过程:

[root@localhost src]# ./xampp-linux-x64-7.2.--installer.run
----------------------------------------------------------------------------
Welcome to the XAMPP Setup Wizard. ----------------------------------------------------------------------------
Select the components you want to install; clear the components you do not want
to install. Click Next when you are ready to continue. XAMPP Core Files : Y (Cannot be edited) XAMPP Developer Files [Y/n] :Y Is the selection above correct? [Y/n]: Y ----------------------------------------------------------------------------
Installation Directory XAMPP will be installed to /opt/lampp
Press [Enter] to continue: ----------------------------------------------------------------------------
Setup is now ready to begin installing XAMPP on your computer. Do you want to continue? [Y/n]: Y ----------------------------------------------------------------------------
Please wait while Setup installs XAMPP on your computer. Installing
% ______________ % ______________ %
######################################### ----------------------------------------------------------------------------
Setup has finished installing XAMPP on your computer.

启动:

[root@localhost src]# /opt/lampp/lampp start
Starting XAMPP for Linux 7.2.-...
XAMPP: Starting Apache...already running.
XAMPP: Starting MySQL...ok.
XAMPP: Starting ProFTPD...ok.

创建数据库:

cd /opt/lampp/bin/
./mysqladmin -uroot password 123456
./mysql -uroot -p123456
MariaDB [(none)]> create database testlink;
MariaDB [(none)]> grant all privileges on testlink.* to tladmin@"localhost" identified by "123456";

解压testlink,并授权:

tar -xf testlink-1.9.16.tar.gz -C /opt/lampp/htdocs/
mv /opt/lampp/htdocs/testlink-1.9.16/ /opt/lampp/htdocs/testlink #授权
cd /opt/lampp/htdocs/testlink/
chmod 777 gui/templates_c
chmod 777 logs
chmod 777 upload_area

修改配置参数:

vim /opt/lampp/htdocs/testlink/config_inc.php
将$tlCfg->config_check_warning_mode = FILE';改成 $tlCfg->config_check_warning_mode='SILENT';
将$tlCfg->log_path= '/var/testlink/logs/';改成 $tlCfg->log_path='/opt/lampp/htdocs/testlink/logs/';
将$g_repositoryPath = '/var/testlink/upload_area/';改成$g_repositoryPath='/opt/lampp/htdocs/testlink/upload_area/';
将$tlCfg->default_language = 'en_GB';改成$tlCfg->default_language= 'zh_CN'; #其他配置说明
$tlCfg->import_file_max_size_bytes,后面的数据'2097152'改为期望的数据值。(建议修改为2M,即2097152)
$tlCfg->import_max_row='10000'是导入文件一行的大小限制。
$tlCfg->user_self_signup,将其后TRUE改为FALSE,在登录界面取消了NewUser链接。

修改其他参数:

错误提示:Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in /opt/lampp/htdocs/testlink/third_party/phpmailer/PHPMailerAutoload.php on line
修改参数:
把 function __autoload($classname)修改为function spl_autoload_register($classname)

打开浏览器,进入新手引导: http://192.168.182.147/testlink/

添加配置文件:

[root@localhost ~]# vim /opt/lampp/htdocs/testlink/config_db.inc.php
<?php
// Automatically Generated by TestLink Installer - Wed, 17 Jan 18 14:28:29 +0100
define('DB_TYPE', 'mysql');
define('DB_USER', 'tladmin');
define('DB_PASS', '123456');
define('DB_HOST', 'localhost');
define('DB_NAME', 'testlink');
define('DB_TABLE_PREFIX', '');

进入登录页面: 默认用户名和密码是admin

更改语言

参考文档:http://blog.51cto.com/tiantiantesting/1727832

TestLink安装手册的更多相关文章

  1. testlink安装

    今天安装了一下testlink,完全按照高峻博客里的做法,最后安装成功了 遇到的问题: 问题表现: 新安装TestLink,登录Testlink后,新建一个项目后,会出现如下提示: There are ...

  2. TestLink安装全攻略

    TestLink安装全攻略 此文章转自该链接--http://www.cnblogs.com/Tcorner/archive/2011/07/26/2117296.html 安装前准备 需要下载xam ...

  3. Redis安装手册

    转载请注明出处:http://www.cnblogs.com/robinjava77/p/5465146.html (Robin) 1)下载redis:wget http://download.red ...

  4. TestLink安装及整合Jira

    TestLink安装及整合Jira 1.Testlink 安装部署 Testlink是一个开源的测试管理工具,主要用于管理测试用例,从测试需求.测试计划.测试用例管理和用例执行,到最后的结果分析,一套 ...

  5. linux下subversion server安装手册

    linux下subversion server安装手册 安装基于的Linux版本为:Red Hat Enterprise Linux Server release 6.3. 一 准备需要的安装包. ( ...

  6. Oracle 11g R2安装手册(图文教程)For Windows

    1.Oracle 11g R2安装手册(图文教程)For Windows 1.下载Oracle 11g R2 for Windows版本,下载地址如下 官方网站: http://download.or ...

  7. Testlink安装步骤Checking if C:\inetpub\wwwroot\testlink-1.9.3\gui\templates_c directory is writable Failed !

    Testlink安装过程中问题现象: Checking if C:\inetpub\wwwroot\testlink-1.9.3\gui\templates_c directory is writab ...

  8. oracle 11gR2 RAC安装手册

    --oracle 11gR2 RAC安装手册 -----------------------------2013/10/29 参考三思笔记 http://files.cnblogs.com/jackh ...

  9. entos 7虚拟机安装手册

    entos 7虚拟机安装手册. 环境:VMware虚拟机软件 centos7 最小化安装包 步骤: 第一步:新建虚拟机 第二步:选择要安装的虚拟机的操作系统镜像.如我这里使用的就是CentOS7最小化 ...

随机推荐

  1. Mysql定时备份数据脚本

    项目集群搭建完成,数据库虽有做主从同步,但考虑到数据安全性,为了满足这个需求那么要每天对数据备份处理, 但每天手动进行备份处理太过于被动,而且白天用户访问,会有数据变化以及在备份时会影响服务器正常运行 ...

  2. base64变形注入与联合查询注入的爱情故事

    先来写一下GET的知识点: 1.知道了convart函数(CONVERT函数是把日期转换为新数据类型的通用函数) 2.Illegal mix of collations for operation ' ...

  3. cocos2d-x中CCEditbox导出到lua

    自从工作后感觉时间较少(每天工作9-22,晚上就不想动了,早上想多睡点),工作中用的是 cocos2d-x.cocos2d-x是一款手机游戏引擎,虽然支持lua,但和love2d相比非纯lua游戏引 ...

  4. git学习(二):git config命令

    不同的git config操作不同的参数文件 git config --global // 配置用户目录下的.gitconfig那文件 git config --system // 配置系统级配置文件 ...

  5. php -- 魔术方法 之 对象克隆 : __clone()

    产生对象的方法: 1.从类产生对象.new,通过new去堆区开辟一块内存空间 2.从对象产生对象.clone,通过关键字clone,将一个对象完整的复制一份,新开辟一块内存空间,将复制的结果存放到该内 ...

  6. mysql 分页sql

    -- pageSize=3 pageIndex total=7 -- 开始行号 startRowNum=(pageIndex-1)*pageSize+1; -- 结束行号 endRowNum=page ...

  7. ThinkPHP项目笔记之RBAC(权限)基础篇

    今天,总结一下,RBAC(基于角色的访问控制),直白一点,就是权限管理.说到这,不得不“小叙”一下,我第一次 开发权限管理功能的“插曲”.第一次做这个,真的不会,我只知道“有点印象”,当时任务落到我的 ...

  8. Git------Commit和Push的区别

    转载:http://wenda.so.com/q/1435946424728324?src=140 git作为支持分布式版本管理的工具,它管理的库(repository)分为本地库.远程库. git ...

  9. 自动化测试环境准备robotframework

    (一)针对python2.7版本的自动化环境准备: python 下载地址: https://www.python.org/downloads/ 这里选择Python2.7系列的,后面涉及到wxPyt ...

  10. 应用开发之Asp.net

    本章简言 上一章中笔者讲到关于Linq和EF的用法.并以hibernate来进行讲解.那么本章笔者来讲一下C#的Asp.Net.即是在B/S模式下开发.现在企业大部分的业务都是面向B/S模式的.所以对 ...