forked from openedx-unsupported/configuration
-
Notifications
You must be signed in to change notification settings - Fork 13
Launching the Stanford Online theme
Sef Kloninger edited this page Jun 6, 2014
·
2 revisions
Once you have a functioning instance of open edX, you may want to customize the look and feel of the site. Stanford has done most of the work in getting that going; these are instructions for applying their changes so that you can make your own modifications to the theme.
- Use the provisioning method laid out here Stanford Theming.
-
- You may need to install rake on your machine (the focaccia AMI does not have it installed)::
- apt-get install rake
- If you're on devstack: rake devstack[lms] command
- If you're on the production stack, run the commands at https://github.com/edx/configuration/wiki/edX-Managing-the-Production-Stack#compile-assets-manually (for fullstack)