zoukankan      html  css  js  c++  java
  • 好用的开源项目

    可道云部署
    wget -c https://www.apachefriends.org/xampp-files/5.6.35/xampp-linux-x64-5.6.35-0-installer.run
    chmod +x xampp-linux-x64-5.6.35-0-installer.run
    sudo ./xampp-linux-x64-5.6.35-0-installer.run #默认安装位置/opt/lampp
    wget http://static.kodcloud.com/update/download/kodexplorer4.40.zip
    unzip kodexplorer4.40.zip -d ./kodexplorer
    mv kodexplorer /opt/lampp/htdocs/
    chmod -Rf 777 /opt/lampp/htdocs/kodexplorer
    /opt/lampp/xampp stop
    /opt/lampp/xampp start
    部署完后用浏览器打开链接
    http://ip/kodexplorer/index.php

    参考链接:
           http://bbs.kodcloud.com/d/5
           https://post.smzdm.com/p/aqnd6ozv/
           https://gitee.com/kalcaddle/KODExplorer
           https://www.xp.cn/ #phpstudy建站工具包
           https://www.apachefriends.org/index.html    #XAMPP建站工具包
           https://github.com/RestyaPlatform/board     #Restyaboard看板
           http://blog.51cto.com/qiuyt/2091178           #GitLab10安装-部署-汉化-备份-升级

  • 相关阅读:
    Java异常简介
    mysql索引
    关于this问题
    Centos 7 安装jdk1.7
    Java 将html导出word格式
    tomcat生成ssl证书
    数据库连接池的作用
    jquery的异步获取返回值为中文时乱码解决方法
    JQuery中ajax跨域问题
    JAVA 非对称加密算法RSA
  • 原文地址:https://www.cnblogs.com/xwupiaomiao/p/11232777.html
Copyright © 2011-2022 走看看