Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 192 Bytes

readme.md

File metadata and controls

14 lines (10 loc) · 192 Bytes

发布

  • pip freeze > requirements.txt

安装依赖

  • pip install -r requirements.txt

运行

  • python -m app.main
  • ./run.sh
  • ./scripts/startup.sh

停止

  • ./scripts/shutdown.sh