Giter Club home page Giter Club logo

Comments (2)

bpepple avatar bpepple commented on June 10, 2024

You should be able to run waitress in lieu of gunicorn. Theoretically you should also be able to run Bamf on a windows machine since Django can run on windows. It's entirely possible tho, there might be some bugs that would need to be squashed since I haven't had a Windows machine since the 90's, and don't really really give it much thought when I write code.

from bamf.

trumblejoe avatar trumblejoe commented on June 10, 2024

I have it working on Windows, it seems to be working really well. The install was a bit of a pain finding a Windows Redis binary (https://github.com/tporadowski/redis), but other then that, following the linux steps through the windows program GUI's was simple enough.

Two major points I took away from the install, both of which that were not in the instructions:

The installation instructions fail to mention that running 'python manage.py runserver' w/o specifying an IP address will default to local-host (which makes total sense in retrospect).

And after specifying an IP Address such as, for example, 192.168.1.101, the other issue is that in settings.py, under ALLOWED_HOSTS, it is necessary to fill in the empty brackets ['localhost', '127.0.0.1', '192.168.1.xxx'] so that the host header will match one of those entered values.

Closing this issue.

from bamf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.