Re: Distributing a Django site along with Apache and MySQL

2009-11-02 Thread pjrhar...@gmail.com
I've done this exact thing before, I had to package apache, django, my project and a ton of other packages that I needed. I found the easiest way in the end was using nsis(1). I packaged django up as an msi(2), got python and apache as msi installers, mod_python as an exe and then just had it copy

Distributing a Django site along with Apache and MySQL

2009-11-01 Thread kRON
I have a web application developed as a Django site that I'd like to distribute along to my clients on Windows; their production environment won't have Apache and MySQL preinstalled. To avoid having to manually deploy Apache and MySQL and look silly if I run into any hiccups whilst configuring the