On Mon, Jan 12, 2009 at 12:21 PM, Atul Varma <span dir="ltr">&lt;<a href="mailto:varmaa@gmail.com">varmaa@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hey, are there any tools out there to aid in the deployment of WSGI apps?&nbsp; I mean something that basically makes the deployment of WSGI apps to a VPS or shared host as easy as deploying apps on Google appengine.&nbsp; Obviously the differences of server-side configurations would make this a less-than-trivial task, but I was just curious if something like it already existed.<br>

</blockquote><div><br>I don&#39;t know of anything like that.&nbsp; Presumably it would have to know about the VPS.&nbsp; People glue stuff together with systems like Fabric, but I don&#39;t know of anything higher level at this point.<br>
<br>virtualenv --relocatable *might* give you a set of libraries and scripts that could be uploaded and run in any location; it&#39;s a bit experimental (i.e., not many people have really tried it), but might make all the other steps easy (if it&#39;s just file copies).<br>
</div></div><br>-- <br>Ian Bicking &nbsp;| &nbsp;<a href="http://blog.ianbicking.org">http://blog.ianbicking.org</a><br>