mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
updated Quick Start
This commit is contained in:
10
README-zh.md
10
README-zh.md
@@ -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
|
||||
|
||||
10
README.md
10
README.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user