casper f2303cb689 | hai 1 mes
..
api f2303cb689 | hai 1 mes
key 24bd7f49c9 fix hai 1 mes
test 187dcab685 | hai 1 mes
Dockerfile 4bab9f3a1f RENAME hai 1 mes
README-usage-win.bash c4ee377f87 周五:解决win环境下部署的问题;完成log记录测试;完成定时log清理测试 hai 2 meses
README-usage.bash 4bab9f3a1f RENAME hai 1 mes
README.md 4bab9f3a1f RENAME hai 1 mes
app.py 1e720df7b8 update: 更新代码 hai 2 meses
compose.yml 4bab9f3a1f RENAME hai 1 mes
default_data.py 1e720df7b8 update: 更新代码 hai 2 meses
default_data_insert.py 04497e0386 | hai 1 mes
hub.py 4bab9f3a1f RENAME hai 1 mes
main.py 1e720df7b8 update: 更新代码 hai 2 meses
requirements-win.txt 3229942599 周二:解决认证接口报错问题(解决办法:升级werkzeug) hai 2 meses
run.sh c54480211c update: 更新部署文件 hai 2 meses

README-usage-win.bash

## USAGE

# 收集离线安装包
pip download -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements-win.txt -d C:\temp\sri-server-bg01
# 离线安装
pip install --no-index --find-links=C:\temp\sri-server-bg01 -r requirements-win.txt
# 验证
python main.py

# 在线安装
pip install -r requirements-win.txt -i https://pypi.tuna.tsinghua.edu.cn/simple