Steps to create Open edx sites (microsties) in tutor:
- Create an Open edX Site
- Configure the Site
- Enable SSL certificate for the new created site by editing
Caddyfilein caddy app - Add the new created site to
lms.conffile in nginx app - Add the new site to
ALLOWED_HOSTSinapps/openedx/settings/lms/production.py - run
tutor local stop - 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.