使用uwsgi启动django项目

Posted xuqidong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用uwsgi启动django项目相关的知识,希望对你有一定的参考价值。

 workon mycrm
  751  pip3 list
  752  pwd
  753  pip3 freeze > requirements.txt
  754  ls
  755  cat requirements.txt 
  756  deactivate
  757  mkvirtualenv nginx_crm
  758  pip3 list
  759  clear
  760  ls
  761  pip3 install -i http://pypi.douban.com/simple -r requirements.txt 
  762  pip3 install -i https://pypi.douban.com/simple -r requirements.txt 
  763  pip3 list
  764  pip3 install uwsgi
  765  pip3 list
  766  ls
  767  cd BBS
  768  ls
  769  cd BBS
  770  ls
  771  pwd
  772  cd /opt
  773  uwsgi --http:8088 --module BBS.wsgi
  774  uwsgi --http : 8088 --module BBS.wsgi
  775  uwsgi --http :8088 --module BBS.wsgi
  776  iptables -F
  777  uwsgi --http :8088 --module BBS.wsgi
  778  nginx
  779  uwsgi --http :8088 --module BBS.wsgi
  780  pkill nginx
  781  cd BBS
  782  ls
  783  uwsgi --http :8088 --module BBS.wsgi
  784  uwsgi --http :8088 --module BBS.wsgi --pypy -autoreload=1
  785  uwsgi --http :8088 --module BBS.wsgi --py -autoreload=1
  786  uwsgi --http :8088 --module BBS.wsgi --py-autoreload=1

 

以上是关于使用uwsgi启动django项目的主要内容,如果未能解决你的问题,请参考以下文章

69. Django项目部署 nginx + uwsgi + dwebsocket

nginx + uwsgi 部署 Django+Vue项目

Django + Uwsgi + Nginx 的生产环境部署

Django + Uwsgi + Nginx 的生产环境部署

Django + Uwsgi + Nginx 的生产环境部署

Django部署——uwsgi+Nginx(超详细)