Creating Microsites in tutor

Steps to create Open edx sites (microsties) in tutor:

  1. Create an Open edX Site
  2. Configure the Site
  3. Enable SSL certificate for the new created site by editing Caddyfile in caddy app
  4. Add the new created site to lms.conf file in nginx app
  5. Add the new site to ALLOWED_HOSTS in apps/openedx/settings/lms/production.py
  6. run tutor local stop
  7. run tutor local start -d

The above could be done by a plugin which was mentioned in many forum posts but didn’t find one to use.

1 Like