如果您无法下载资料,请参考说明:
1、部分资料下载需要金币,请确保您的账户上有足够的金币
2、已购买过的文档,再次下载不重复扣费
3、资料包下载后请先用软件解压,在使用对应软件打开
Testlink安装手册安装要求数据库MySQL4.1以及更高的版本(4.0.x不支持UTF-8)Postgres8.x以及更高的版本SQL2000以及更高的版本Web服务器Apache1.3.x或者2.x以及更高的版本,IIS3以及更高的版本PHP版本之前的TestLink1.8版本严格要求使用PHP5.2版本,并且PHP5.3与TestLink1.8不兼容.而1.9版本可以在PHP5.2和PHP5.3上正常运行.如果你要整合缺陷跟踪工具,以下是他们的要求Redmine0.6.3以及更高的版本Bugzilla0.19.1以及更高的版本Mantis1.0.1以及更高的版本JIRA3.1.1以及更高的版本TrackPlus3.3以及更高的版本Eventum2.0以及更高的版本Trac0.10以及更高的版本Fogbugz3.1.9以及更高的版本Gforce(未知)安装步骤(linux)Apache2.2.17安装部份1)Apache2的下载地址:HYPERLINK"http://httpd.apache.org/download.cgi"\t"_blank"http://httpd.apache.org/download.cgi2)Apache2.2.17解压缩tar-zxvfhttpd-2.2.17.tar.gz3)进入解压缩后的文件夹内cdhttpd-2.2.174)编译./configure--prefix=/opt/app/apache2--enable-module=so--enable-mods-shared=all--enable-so--enable-cache--enable-file-cache--enable-mem-cache--enable-disk-cache--enable-static-support--enable-static-htpasswd--enable-static-htdigest--enable-static-rotatelogs--enable-static-logresolve--enable-static-htdbm--enable-static-ab--enable-static-checkgid--enable-mod_cgi--enable-deflate=shared--enable-expires=shared--enable-rewrite=shared编译参数说明./configure//配置源代码树--prefix=/usr/local/apache2//体系无关文件的顶级安装目录PREFIX,也就Apache的安装目录--enable-module=so//打开so模块-so模块是用来提DSO支持的apache核心模块--enable-mods-shared=all//编译全部的模板,对于不需要我们可以在httpd.conf去掉--enable-so//支持so模块--enable-cache//支持缓存--enable-file-cache//支持文件缓存--enable-mem-cache//支持记忆缓存--enable-disk-cache//支持磁盘缓存--enable-static-support//支持静态连接(默认为动态连接)--enable-static-htpasswd//使用静态连接编译htpasswd–管理用于基本认证的用户文件--enable-static-htdigest//使用静态连接编译htdigest–管理用于摘要认证的用户文件--enable-static-rotatelogs//使用静态连接编译rotatelogs–滚动Apache日志的管道日志程序--enable-static-logresolve//使用静态连接编译logresolve–解析Apache日志中的IP地址为主机名--enable-static-htdbm//使用静态连接编译htdbm–操作DBM密码数据库--enable-static-ab//使用静态连接编译ab–ApacheHTTP服务器性能测试工具--enable-static-checkgid//使用静态连接编译checkgid--enable-mod_cgi//禁止用一个外部CGI守护进程执行CGI脚本--enable-deflate=shared//支持压缩--enable-expires=shared//支持缓存--enable-rewrite=shared//支持重导向5)安装makemakeinstall6)安装/opt/app/apache2/bin/apachectlstart7)cronolog日志管理工