gunicorn
Rubick_Y
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Django+nginx+gunicorn+fabric部署学习
最近在学习一个 Django博客教程,边学边练习。在Vultr上部署花了好长时间。写点心得总结一下部署方法。另外,Vultr的注册链接。 安装软件 yangxg@localhost:~$ sudo apt-get install nginx yangxg@localhost:~$ sudo apt-get install git python3 python3-pip yangxg@loc...原创 2018-04-12 06:44:31 · 413 阅读 · 0 评论 -
Fabric 自动部署报错 Fatal error: sudo() received nonzero return code 1 while executing!
搭建 Django + nginx + gunicorn 网站,fabric 文件如下: from fabric.api import env, run from fabric.operations import sudo import win_unicode_console win_unicode_console.enable() GIT_REPO = 'https://github...原创 2018-04-13 02:27:43 · 2252 阅读 · 0 评论
分享