码迷,mamicode.com
首页 > 其他好文 > 详细

使用uwsgi启动django项目

时间:2019-07-12 00:52:23      阅读:495      评论:0      收藏:0      [点我收藏+]

标签:--   span   style   tab   pypy   install   code   pip3   activate   

 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项目

标签:--   span   style   tab   pypy   install   code   pip3   activate   

原文地址:https://www.cnblogs.com/xuqidong/p/11173644.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!