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 (and official)

On Sat, Aug 12, 2017 at 9:17 PM, Larry Martell <larry.mart...@gmail.com>
wrote:

> 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 <rede...@gmail.com> wrote:
> > 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" <larry.mart...@gmail.com> kirjoitti:
> >>
> >> I have a django app that runs in linux. It uses nginx and uwsgi. I
> >> have successfully deployed it with Docker, vagrant/VirtualBox, VMware,
> >> kvm, and on bare metal. But now I have prospective client that refuses
> >> to run linux, even in a VM. So I am tying to get my app running on
> >> Windows Server 2016, piece by painful piece.
> >>
> >> From what I have read nginx and uwsgi cannot be used on Windows. Is
> >> that indeed true? Is my only option apache and mod_wsgi?
>
> --
> 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+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CACwCsY6Tbf61iJa4YtYoLkvB0f33o
> -JQV2-wGhGMZu8wVUN2tg%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFWa6t%2BH0uRN6RLFe7yoOBToR-z66ev7Piy8GLTYc6nooTPXpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to