更新维护网站常用操作(自用

screen -ls
screen -r -d PID
^C
cd code/flask_e-store
source venv/bin/activate    # 激活虚拟环境
更新/维护, (git pull
screen gunicorn -w 3 -b 127.0.0.1:5000 app:app

posted on 2020-09-01 23:26  HolaWorld  阅读(279)  评论(0编辑  收藏  举报

导航