You can try docker with docker toolkit. and run this sample:
https://docs.docker.com/compose/django/ On Tue, Feb 16, 2016 at 1:24 PM, Avraham Serour <[email protected]> wrote: > I would also consider cygwin, you can even use uwsgi and nginx, you can > easily add them as cygwin services which cygwin takes care to add them as > windows services > > On Tue, Feb 16, 2016, 4:59 PM Remco Gerlich <[email protected]> wrote: > >> We thought about that and it's certainly an option, but 1) the >> communication with the background tasks running on the Windows host is >> going to be tricky and 2) I have no experience with running it as a service. >> >> So I'd prefer running on Windows directly. >> >> Remco Gerlich >> >> >> On Tue, Feb 16, 2016 at 3:47 PM, m1chael <[email protected]> wrote: >> >>> I would vote for a Virtualbox instance depending on your performance >>> requirements >>> >>> On Tue, Feb 16, 2016 at 9:36 AM, Remco Gerlich <[email protected]> wrote: >>> >>>> Hi, >>>> >>>> We have a web application that usually runs on Ubuntu servers on the >>>> Internet. In the background it calls software that runs on Windows servers, >>>> over a network. >>>> >>>> For a new project, this application must run standalone on a laptop, in >>>> the field, used by not very technical users. We can make the Python/Django >>>> code Windows compatible pretty easily, but not the background software, so >>>> it will be a Windows laptop that will run everything. >>>> >>>> What's the best way to run Django as a service under Windows? Is Apache >>>> / ModWSGI feasible? >>>> >>>> Remco Gerlich >>>> >>>> -- >>>> 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 [email protected]. >>>> To post to this group, send email to [email protected]. >>>> 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/CAFAGLK2KyoCgHJnXiHQAYiPo8o7FdDDEWWy_s5n2cX1_bawvOg%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/django-users/CAFAGLK2KyoCgHJnXiHQAYiPo8o7FdDDEWWy_s5n2cX1_bawvOg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> 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 [email protected]. >>> To post to this group, send email to [email protected]. >>> 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/CAAuoY6O4Dz3W%2BtOuBeJ63PQ2a0FMEGOYFePvYk2X7ox3Knbx8w%40mail.gmail.com >>> <https://groups.google.com/d/msgid/django-users/CAAuoY6O4Dz3W%2BtOuBeJ63PQ2a0FMEGOYFePvYk2X7ox3Knbx8w%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> 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 [email protected]. >> To post to this group, send email to [email protected]. >> 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/CAFAGLK0_PyicqwwzaFhz3WqioJgELBk3aExF4zqWxzFzfTj6yw%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAFAGLK0_PyicqwwzaFhz3WqioJgELBk3aExF4zqWxzFzfTj6yw%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> 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 [email protected]. > To post to this group, send email to [email protected]. > 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/CAFWa6tLM6_Z_qquge04y5uQ4C3eChF0rhnoKCFTNhLjjcM-_aw%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAFWa6tLM6_Z_qquge04y5uQ4C3eChF0rhnoKCFTNhLjjcM-_aw%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Ezequiel Bertti E-Mail: [email protected] Cel: (21) 99188-4860 -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CACrQMYqxWYz8Q_fg2%3DG%3DuLtnrQ1WOdr38Uh7OaBg6TDrb18MkQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

