【Python学习笔记(二)】:在centos上部署flask程序

前端之家收集整理的这篇文章主要介绍了【Python学习笔记(二)】:在centos上部署flask程序前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. 安装python3.5,flask,uwsgi服务器
    我这里服务器的python项目路径是:/home/www/pythonProject/
  2. 启动服务器,后台运行
    uwsgi --http :8001 --wsgi-file run.py --callable app --daemonize /var/log/uwsgi.log
    参考链接
    1、uwsgi官网:https://uwsgi-docs.readthedocs.io/en/latest/WSGIquickstart.html
原文链接:https://www.f2er.com/centos/375180.html

猜你在找的CentOS相关文章