Re: deploying on windows

2017-08-12 Thread Avraham Serour
I had to deploy django on windows once, after trying some different options I ended up installing cygwin and compiling uwsgi and nginx inside cygwin. Bonus you can use the same scripts to manage, you can ssh to the machine and run bash You could also try WSL, which is the same as cygwin but new

Re: deploying on windows

2017-08-12 Thread Larry Martell
I have experience with apache (not on windows), but none at all with IIS. Don't think I want to go down that route. On Sat, Aug 12, 2017 at 2:15 PM, Jani Tiainen wrote: > Certain version of IIS does have native WSGI support. > > Couldn't find it with my phone but google should

Re: deploying on windows

2017-08-12 Thread Jani Tiainen
Certain version of IIS does have native WSGI support. Couldn't find it with my phone but google should help you with that. 12.8.2017 21.06 "Larry Martell" kirjoitti: > I have a django app that runs in linux. It uses nginx and uwsgi. I > have successfully deployed it