ZYP
3ae6922363
|
5 months ago | |
---|---|---|
.idea | 5 months ago | |
static | 5 months ago | |
templates | 5 months ago | |
LICENSE | 5 months ago | |
README.md | 5 months ago | |
gunicorn_conf.py | 5 months ago | |
main.py | 5 months ago | |
uwsgi.ini | 5 months ago | |
uwsgi.pid | 5 months ago |
README.md
===========================
###########环境依赖 node v0.10.28+ python 3.9 CentOs 宝塔系统 redIs ~
###########部署步骤
- 添加系统环境变量 export $PORTAL_VERSION="production" // production, test, dev
- npm install //安装node运行环境
- yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh // 宝塔界面安装
- bt 14 //启动宝塔系统
- 宝塔界面中上传本项目全部文件
###########目录结构描述 ├── Readme.md // help ├── app // 应用 ├── config // 配置 │ ├── default.json │ ├── dev.json // 开发环境 │ ├── experiment.json // 实验 │ ├── index.js // 配置控制 │ ├── local.json // 本地 │ ├── production.json // 生产环境 │ └── test.json // 测试环境 ├── data ├── doc // 文档 ├── environment ├── gulpfile.js ├── locales ├── logger-service.js // 启动日志配置 ├── node_modules ├── package.json ├── app-service.js // 启动应用配置 ├── static // web静态资源加载 │ └── initjson │ └── config.js // 提供给前端的配置 ├── test ├── test-service.js └── tools
###########V1.0.0 版本内容更新
- 新功能 aaaaaaaaa
- 新功能 bbbbbbbbb
- 新功能 ccccccccc
- 新功能 ddddddddd