[TestLink]testlink安装

自闭症网瘾萝莉.ら 提交于 2020-01-01 17:23:27

转自:http://www.51testing.com/html/25/465025-3711140.html

bitnami参考:https://bitnami.com/stack/testlink/README.txt

安装文件

xmapp: http://www.apachefriends.org/zh_cn/xampp.html

bitnami-testlink:  https://bitnami.com/stack/testlink/installer

 

安装注意

安装的时候,注意mysql.service和apache2.service都是disable状态,否则会导致80和3066端口被占用

如何确认apache是否安装:http://ip(localhost)

如何

启动注意

需要手动执行/opt/lampp/htdocs/testlink/ctlscript.sh start, 即使放到systemd管理,也无法正常使用,不知道为什么

 

Question:Package mysql-server-5.7 is not configured yet.

安装mysql-server总是报这个错误

I had the same issue and fixed it almost like Rick except I had to remove all the possible my.cnf "alternatives".
Before that I purged mysql-server-5.7.
Then I was able to reinstall it. I checked again all my databases and everything was OK.

sudo apt-get purge mysql-server-5.7
cd /etc/mysql
sudo rm my.cnf my.cnf.fallback my.cnf.migrated my.cnf.wba.bak /etc/alternatives/my.cnf
sudo apt-get install mysql-server
sudo mysqlcheck --all-databases -p

I think I could just have reconfigured all (sudo dpkg --configure -a) instead of purging sql-server-5.7 but after multiple trial and errors I thought it was safer.

 

Question:当执行/opt/lamp/lamp start失败,apache失败

需要

sudo /etc/init.d/apache2 stop--->sudo /etc/init.d/apache2 start.

同理

/etc/init.d/mysql stop/start/restart
/etc/init.d/apache2 stop/start/restart

启动xamp

/opt/lamp/lamp stop, /opt/lamp/lamp start
/opt/lamp/lamp status

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!