Skip to content

Keung123/Steve-s-Shelf-H5-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published