Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (23 loc) · 889 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 889 Bytes

theme-learnmel

courses.learnmel.com

Ko Andrew Founder of EduGate Training Center No.30A, 4th Floor, U Tun Lin Chan St., Kamaryut Tsp., Postal Code: 11430 Yangon, Myanmar Contact No. +95 9422 540 237, +95 9263 281 989 Website: www.elearning-myanmar.com

SSL Note: https://github.com/CDOT-EDX/ProductionStackDocs/wiki/Configuring-SSL-for-NGINX

Example to re-run Ansible playbook after the build: cd /var/tmp/configuration/playbooks sudo ansible-playbook -c local ./edx_sandbox.yml -i "localhost,"
-e NGINX_ENABLE_SSL=True
-e NGINX_SSL_CERTIFICATE=
-e NGINX_SSL_KEY=

CMS Custom Theming: to update static assets, like the logo in the page header for example

sudo -H -u edxapp bash source /edx/app/edxapp/edxapp_env cd /edx/app/edxapp/edx-platform paver update_assets cms --settings=aws paver update_assets lms --settings=aws