Skip to content

Commit

Permalink
UPDATE README
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo authored and lihuanhuan committed May 8, 2018
1 parent c886178 commit 677a0ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@
2. 使用src/init_sql内的变更脚本变更数据库
v1.1.1分支请使用v1.1.1->v2.0.sql
master分支请使用nowmaster->v2.0.sql
3. 初始化django-apscheduler相关表
3. 安装相关模块
`pip3 install -r requirements.txt`
4. 初始化django-apscheduler相关表
./manage.py migrate
3. 修改相关配置文件,启动
5. 修改相关配置文件,启动
nginx的static目录配置有调整,具体参考后面的配置

### 开发语言和推荐环境
Expand Down Expand Up @@ -95,7 +97,7 @@

## 一键安装脚本
* 可快速安装好archer环境,inception还需自行安装配置
[centos7_install](https://github.com/jly8866/archer/blob/master/src/script/centos7_install.sh)
[centos7_install](https://github.com/jly8866/archer/blob/archer-2.0/src/script/centos7_install.sh)

## 手动安装步骤
1. 环境准备:
Expand Down

0 comments on commit 677a0ce

Please sign in to comment.