完善文档

This commit is contained in:
不胜舟
2023-06-21 01:44:52 +08:00
parent 917579684e
commit 90b6564ce6
2 changed files with 55 additions and 4 deletions
+5 -4
View File
@@ -70,16 +70,17 @@ python -m pip install -r requirement.txt
flask db init
flask db migrate
flask db upgrade
flask system init
flask admin init
```
#### 运行项目
```shell
python app.py
# linux
run.bat
# 或者可以使用
flask run
# windows
./run.sh
```
#### 使用docker-compose运行项目