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
Caddyfile
in caddy app - Add the new created site to
lms.conf
file in nginx app - Add the new site to
ALLOWED_HOSTS
inapps/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.