python替代php,Python架构的PHP替代方案
I am happily using fabric for my Python projects for deployment. Now I am engaged in a larger PHP project and wondering if there is something like fabric for PHP?
解決方案
Hmm? Why does it matter? Fabric is just python scripting. So it's project language agnostic. You can use it put anything on a server you'd use scp for, as well as script anything via ssh you'd use bash or [insert other tool here] for. Fabric really isn't Python's capistrano. It's more akin to a combining of both cap and rake, though I still think that's pigeonholing fabric's ability.
I do like the one stop recipe bits that cap and (from first look) weploy gives you for projects, as in fabric unless you're leveraging something like woven, you'll be rolling your own. But the customization ability of fabric is a plus to me, as I'm all over the place in my uses for it.
總結
以上是生活随笔為你收集整理的python替代php,Python架构的PHP替代方案的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java学习(134):泛型通配符的使用
- 下一篇: php中的图片变名为8位用什么,CSS_