开发者

Capistrano for Django

开发者 https://www.devze.com 2022-12-31 14:39 出处:网络
Does anyone know of a good Django equivalent of C开发者_高级运维apistrano/Webistrano?Fabric is a Python-based application deployment system.It can be used to deploy Django projects.Capistrano (and the

Does anyone know of a good Django equivalent of C开发者_高级运维apistrano/Webistrano?


Fabric is a Python-based application deployment system. It can be used to deploy Django projects.


Capistrano (and therefore Webistrano) can be used for pretty much any deployment, so long as you use SSH. Capistrano is Rails-ready out-of-the-box but it can easily be configured to deploy PHP, Django, Java...whatever really.

Capistrano is a Ruby application so you'll need to have Ruby (and the required Gems) installed to run it.

Webistrano is a Rails application and you can run this locally or deploy it to a server if you wish.


I googled around for a simple formula, and then created my own at: http://www.sandelman.ca/mcr/blog/ruby-on-rails/deploying_django_applications_with_capistrano/

0

精彩评论

暂无评论...
验证码 换一张
取 消