Skip to content

安装部署

迷城 edited this page Aug 12, 2021 · 6 revisions

环境要求

  • MySQL5.6
  • Redis5.0
  • Python3.6
  • Django3.x

快速开始

git clone https://github.com/small-flying-pigs/devops-api.git

# 导入初始化SQL文件
cd doc/v2_init_sql/

python manage.py runserver

部署前端

git clone https://github.com/small-flying-pigs/devops.git
cd devops
npm install
npm run buildtest

将打包后的文件放到nginx web目录下

配置Nginx

升级文档

Clone this wiki locally