casper c4ee377f87 周五:解决win环境下部署的问题;完成log记录测试;完成定时log清理测试 il y a 7 mois
..
api 1e720df7b8 update: 更新代码 il y a 7 mois
key 1e720df7b8 update: 更新代码 il y a 7 mois
test 04f61ac101 | il y a 7 mois
Dockerfile e53dda69e7 TEST il y a 7 mois
README-usage-win.bash c4ee377f87 周五:解决win环境下部署的问题;完成log记录测试;完成定时log清理测试 il y a 7 mois
README-usage.bash c54480211c update: 更新部署文件 il y a 7 mois
app.py 1e720df7b8 update: 更新代码 il y a 7 mois
compose.yml 1e720df7b8 update: 更新代码 il y a 7 mois
default_data.py 1e720df7b8 update: 更新代码 il y a 7 mois
default_data_insert.py 1e720df7b8 update: 更新代码 il y a 7 mois
hub.py adfc9aa9db 离线部署命令梳理 il y a 7 mois
main.py 1e720df7b8 update: 更新代码 il y a 7 mois
requirements-win.txt c4ee377f87 周五:解决win环境下部署的问题;完成log记录测试;完成定时log清理测试 il y a 7 mois
run.sh c54480211c update: 更新部署文件 il y a 7 mois

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