Coder Social home page Coder Social logo

keung123 / steve-s-shelf-h5-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 51.19 MB

Shell 0.02% HTML 27.99% PHP 29.48% JavaScript 37.69% CSS 4.15% PowerShell 0.01% Ruby 0.01% TypeScript 0.02% Less 0.28% SCSS 0.16% Batchfile 0.01% PLpgSQL 0.02% Smarty 0.17%

steve-s-shelf-h5-app's Introduction

Steve-s-Shelf-H5-App

服务器搭建

  1. # 安装需要纯净环境
    # 端口要求:
    #	20 、21、 39000-40000(linux 系统 )、3000-4000(windows系统)
    #	、22 (SSH)、80、443(网站及SSL)、3306 (数据库远程连接)、888 (phpmyadmin)
    
    yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
    
    # 安装后从安全入口进入面板安装环境
    /etc/init.d/bt default
    # 版本要求:
    #	Nginx 1.18
    #	PHP 7.1
    
  2. 导入应用和数据库
    # 上传应用文件
    # 配置面板入口
  3. 通过 composer 配置插件
    # 更新 composer
    composer selfupdate
    # 允许 putenv() 和 proc_open(),在输出的配置文件路径里修改
    php -i | grep "Loaded Configuration File"
    
    # 安装插件
    composer install
    # 更新插件
    composer update --no-plugins
  4. 更新 api 和 backend 地址
    # SQL文件
    # 前端的commmen.js

steve-s-shelf-h5-app's People

Contributors

keung123 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.