cmdmnt / commandment

Open Source Apple MDM implemented in Python
MIT License
295 stars 61 forks source link

runserver.py #24

Open elekven-m opened 5 years ago

elekven-m commented 5 years ago

Installed commandment yesterday (3 Jan 2018), using Python 3.7.2 on Windows. Documentation says to start the MDM by running runserver.py. Where is this file, or really the question is how to start the MDM?

mosen commented 5 years ago

Not sure about windows but I usually used the anaconda distribution of python since it was easier to get dependencies. Runserver is gone so I will update that documentation. I think you’d want something like uwsgi running behind an iis app pool or alternatively an open source Apache stack on windows. Failing all of this you can run Linux docker containers on windows.