DeploymentΒΆ
As already mentioned, RDMO can be run in two different setups:
- For development or testing, using the build-in Django development server
Information about how to do that can be found in the docs of the RDMO repository. - In production, using a web server and the wsgi protocol
We suggest to use one of the following setups:- Apache2 and mod_wsgi (Shibboleth can only be used with this version.)
- nginx, gunicorn and systemd