Mini Course Website Configuration ================================= There are several configuration that should be added for a functional website. 1. The following configuration should be added to website to enable the email functionality. The credentials should be filled. .. code-block:: yaml SMTP_HOST: in-v3.mailjet.com SMTP_PASSWORD: SMTP_PORT: 587 SMTP_USERNAME: 2. The default email address should be set to the following. .. code-block:: yaml CONTACT_EMAIL: info@minicourse-email.com 3. The images should be configured to use the custom versions. .. code-block:: yaml DOCKER_IMAGE_CADDY: docker.io/uetuluk/caddy-cloudflare:latest DOCKER_IMAGE_OPENEDX: docker.io/uetuluk/openedx:maple. DOCKER_IMAGE_OPENEDX_DEV: docker.io/uetuluk/openedx-dev:maple. 4. The following patches should be applied in the admin panel. The location is https://minicourse.shanghai.nyu.edu/admin/homepage_setting/bannersetting/ 5. The links should be provided for the homepage video and picture in the admin panel. The location is https://minicourse.shanghai.nyu.edu/admin/waffle/flag/. The following flags should be added: * course_experience.disable_course_outline_page * courseware.use_legacy_frontend * course_home.course_home_use_legacy_frontend