2021-09-16 08:53:52 +00:00
Running multiple Open edX platforms on a single server
======================================================
With Tutor, it is easy to run multiple Open edX instances on a single server. To do so, the following configuration parameters must be different for all platforms:
2022-03-27 10:36:55 +00:00
- `` TUTOR_ROOT `` : so that configuration, environment, and data are not mixed up between platforms.
2021-09-16 08:53:52 +00:00
- `` LOCAL_PROJECT_NAME `` : the various docker-compose projects cannot share the same name.
2021-10-14 10:47:23 +00:00
- `` CADDY_HTTP_PORT `` : exposed ports cannot be shared by two different containers.
2021-09-16 08:53:52 +00:00
- `` LMS_HOST `` , `` CMS_HOST `` : the different platforms must be accessible from different domain (or subdomain) names.
2022-03-27 10:36:55 +00:00
In addition, a web proxy must be set up on the host, as described :ref: `in the corresponding tutorial <web_proxy>` .