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

nginx+uwsgi+django 配置3

时间:2016-01-21 22:55:53      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:

在uwsgi和django配置连接成功后,开始部署正式的业务。

 uwsgi.xml  和 manage.py  在同一个目录下

技术分享

技术分享

技术分享

supervisor

pip install  supervisor  安装supervisor

echo_supervisord_conf > /路径supervisord.conf

技术分享

supervisord  开启

先弄懂两个命令:

supervisord : supervisor的服务器端部分,启动supervisor就是运行这个命令

supervisorctl:启动supervisor的命令行窗口。

否则直接运行 supervisorctl 报错

如下:

[root@judge ~]# supervisorctl  -c supervisord.conf 
unix:///tmp/supervisor.sock no such file
或者需要 supervisor  -c   加全路径
如果不在supevisor.conf所在目录下执行,报错
技术分享

实践证明

技术分享

supervisor.conf

技术分享

技术分享

技术分享

技术分享

django_uwsgi 和manage.py 在同一个目录

 

至此环境就搭建好了。

 

技术分享
技术分享

nginx+uwsgi+django 配置3

标签:

原文地址:http://www.cnblogs.com/glxsc/p/5148410.html

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