-
-
Notifications
You must be signed in to change notification settings - Fork 141
安装部署
迷城 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目录下