来谈谈你们都是如何部署 Python Web 应用的吧。
来谈谈你们都是如何部署 Python Web 应用的吧。
1
ethego Oct 8, 2015
直接用 git 部署。。
|
2
yongzhong Oct 8, 2015
git push
git pull |
3
kier Oct 8, 2015
恩,用 ansible 发送命令到多机,具体指令基本上就是 git pull 和 supervisor restart 了
|
4
ericls Oct 8, 2015
uwsgi
|
5
humiaozuzu Oct 8, 2015
用 fabric 实现了一套 capistrano 模式的部署
|