This post originated from an RSS feed registered with Python Buzz
by Ian Bicking.
Original Post: A new way to deploy web applications
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Deployment is one of the things I like least about development, and yet without deployment the development doesn’t really matter.
I’ve tried a few things (e.g. fassembler), built a few things (virtualenv, pip), but deployment just sucked less as a result. Then I got excited about App Engine; everyone else was getting excited about "scaling", [...]