I’m looking for guidance on implementing Tutor multisite as listed here: Running multiple Open edX platforms on a single server — Tutor documentation
I understand the below configuration items must be different for each platform installed.
TUTOR_ROOT
: so that configuration, environment, and data are not mixed up between platforms.LOCAL_PROJECT_NAME
: the various docker-compose projects cannot share the same name.CADDY_HTTP_PORT
: exposed ports cannot be shared by two different containers.LMS_HOST
,CMS_HOST
: the different platforms must be accessible from different domain (or subdomain) names.
I wanted to know first how to create these platforms. Is it running tutor local launch more than once?
Thanks!