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安装-部署-汉化-备份-升级

  • 相关阅读:
    SpringMVC框架
    Spring框架
    Test_Shop项目开发练习
    MyBatis动态传参
    存储过程
    游标和触发器
    远程连接Linux系统管理
    安装Linux虚拟机
    request_html模块(下)
    request_html模块(上)
  • 原文地址:https://www.cnblogs.com/xwupiaomiao/p/11232777.html
Copyright © 2011-2022 走看看