Re: What is the best solution to deploy Django on a Windows server?
The virtual machine solution already came to my mind, but unfortunately it's not practical in this case. I investigated a bit the available solutions to have Django running on Windows and I came up with a CherryPy based deployment of Django.
I wrote a blog post on my experience with this approach:
Please reply here or in the blog if you have comments (I'm particularly interested in possible problems arising from my approach).
Thank you very much for your help!
On Friday, October 11, 2013 10:54:38 PM UTC+2, Javier Guerra wrote:
On Friday, October 11, 2013 10:54:38 PM UTC+2, Javier Guerra wrote:
On Fri, Oct 11, 2013 at 2:50 PM, Arnold Krille <arn...@arnoldarts.de> wrote:
> Create a virtual machine, either with microsofts virtualization or with
> virtualbox. Install linux in it, deploy your app as you are used to
> do.
while I agree that using Linux is the best solution, Django _does_ run
on windows without any problem.
just don't mess with IIS, Apache+mod_wsgi is a perfectly good
platform. (personally, I prefer nginx+uWSGI, but that would need a lot
more work to run on windows)
--
Javier
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e07669f0-f8eb-439b-b124-2fc38a5b3c30%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home