查看liunx版本下载对应的linux版xampp https://www.apachefriends.org/zh_cn/index.html
# uname -a
image.png
下载后为:xampp-linux-x64-7.1.7-0-installer.run
将下载的xampp的安装文件放到linux系统/opt目录中,
#chmod 777 xampp-linux-x64-7.1.7-0-installer.run
#./xampp-linux-x64-7.1.7-0-installer.run
image.png
解决端口号占用问题
/opt/lampp/etc/httpd.conf
/opt/lampp/xampp
文件的端口
如果你的liunx版本较低启动时会出现如下错误
解决办法
vim /opt/lampp/lampp
找到export LD_ASSUME_KERNEL=2.2.5这一行
修改为不低于2.6.32的其他值
然后重新启动
http://ip/dashboard/访问 image.png
下载禅道http://www.zentao.net/download.html
把下载的包上传到/opt/lampp/htdocs
解压rpm2cpio zentaopms-9.4-1.noarch.rpm | cpio -div
开始安装
http://ip/opt/zentao/www/index.php
网友评论