edx-bootstrap-theme for open edX dogwood release (comprehensive theming)
Open edX responsive theme using Bootstrap. LMS Landing Page
LMS Login Page
LMS Registration Page
LMS Dashboard
It is based on Bootstrap, it uses bootstrap's Sass library – which is used by Open edX).
First, clone this repository to '/edx/app/edxapp/edx-platform/themes/edx-bootstrap-theme'.
Next, open '/edx/app/edxapp/lms.env.json' and edit COMPREHENSIVE_THEME_DIR
to /edx/app/edxapp/edx-platform/themes/edx-bootstrap-theme
Finally activate the virtualenv (/edx/app/edxapp/venvs/edxapp), cd /edx/app/edxapp/edx-platform
, and run paver update_assets lms
then paver lms
.