updated Quick Start

This commit is contained in:
Marvin Zhang
2019-03-28 19:36:07 +08:00
parent 40e9c868a2
commit af20948f32
2 changed files with 16 additions and 4 deletions

View File

@@ -29,8 +29,14 @@ npm install
## 快速开始
```bash
# 运行所有服务
python manage.py run_all
# 启动后端API
python app.py
# 启动Flower服务
python ./bin/run_flower.py
# 启动worker
python ./bin/run_worker.py
```
```bash

View File

@@ -30,8 +30,14 @@ Please edit configuration file `config.py` to configure api and database connect
## Quick Start
```bash
# run all services
python manage.py run_all
# Start backend API
python app.py
# Start Flower service
python ./bin/run_flower.py
# Start worker
python ./bin/run_worker.py
```
```bash