How to build and deploy Python web applications

Posted by sverrejoh on Stack Overflow See other posts from Stack Overflow or by sverrejoh
Published on 2008-10-03T10:57:44Z Indexed on 2010/05/06 9:28 UTC
Read the original article Hit count: 246

Filed under:
|

I have a Python web application consisting of several Python packages. What is the best way of building and deploying this to the servers?

Currently I'm deploying the packages with Capistrano, installing the packages into a virtualenv with bash, and configuring the servers with puppet, but I would like to go for a more Python based solution.

I've been looking a bit into zc.buildout, but it's not clear for me what I can/should use it for.

© Stack Overflow or respective owner

Related posts about python

Related posts about deployment