把Windows下的TestLink迁移到Linux环境下。
一,Windwos的操作如下
主要是导出testlink的数据库
二,Linux下的操作
1,操作系统CentOS6.3_i386_mininstall
2,下载以下两个软件
testlink-1.9.3.tar.gz xampp-linux-1.7.7.tar.gz
3,解压xammp-linux到/opt下改名lampp
解压testlink到/opt/lampp/下改名testlink
4,启动lampp
# /opt/lampp/lampp start
Starting XAMPP for Linux 1.7.7…
XAMPP: Starting Apache with SSL (and PHP5)…
XAMPP: Starting MySQL…
XAMPP: Starting ProFTPD…
XAMPP for Linux started.
然后打开网页就可以设置testlink,不再赘述
5,迁移数据库
# /opt/lampp/bin/mysql -uroot -p testlink < /root/testlinknew.sql
Enter password:
其实数据库默认没有密码的,我用# /opt/lampp/bin/mysqladmin -uroot -p password 123456设置了密码
还有一种方法就是到数据库里面操作
6,访问