Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Add comments explaining options for theming: Stanford and Comprehensive
Browse files Browse the repository at this point in the history
  • Loading branch information
fghaas committed Feb 12, 2016
1 parent d002a92 commit 48fd551
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions playbooks/roles/edxapp/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
- install
- install:code

# edX supports two theme types, Comprehensive themes and the older
# Stanford-style themes. They are mutually exclusive.
#
# To enable Stanford theming, point edxapp_theme_source_repo
# (yes, lowercase) to a Stanford-style theme and set
# edxapp_theme_name (again, lowercase) to its name.
- name: checkout Stanford-style theme
git: >
dest={{ edxapp_app_dir }}/themes/{{ edxapp_theme_name }}
Expand All @@ -98,6 +104,10 @@
- install
- install:code

# To enable Comprehensive theming, point
# EDXAPP_COMPREHENSIVE_THEME_SOURCE_REPO to your theme repo, and set
# EDXAPP_COMPREHENSIVE_THEME_DIR to the directory you want to check
# out to.
- name: checkout comprehensive theme
git: >
dest={{ EDXAPP_COMPREHENSIVE_THEME_DIR }}
Expand Down

0 comments on commit 48fd551

Please sign in to comment.