美文网首页
centos安装xampp集成环境和禅道

centos安装xampp集成环境和禅道

作者: Eternally_夜雨 | 来源:发表于2017-08-16 17:48 被阅读0次

    查看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

    相关文章

      网友评论

          本文标题:centos安装xampp集成环境和禅道

          本文链接:https://www.haomeiwen.com/subject/ecuirxtx.html