mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 00:50:22 +08:00
Update README.md
create tables fix
This commit is contained in:
@@ -45,7 +45,7 @@ cp api/settings.py.example api/settings.py
|
|||||||
- 后端: ```pipenv run pipenv install```
|
- 后端: ```pipenv run pipenv install```
|
||||||
- 前端: ```cd ui && yarn install && cd ..```
|
- 前端: ```cd ui && yarn install && cd ..```
|
||||||
|
|
||||||
- 创建数据库表 ```flask run flask db-setup```
|
- 创建数据库表 ```pipenv run flask db-setup```
|
||||||
|
|
||||||
- 启动服务
|
- 启动服务
|
||||||
- 后端: ```pipenv run flask run```
|
- 后端: ```pipenv run flask run```
|
||||||
|
Reference in New Issue
Block a user