Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
48fd5516
Commit
48fd5516
authored
Jan 12, 2016
by
Florian Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments explaining options for theming: Stanford and Comprehensive
parent
d002a92a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
playbooks/roles/edxapp/tasks/deploy.yml
+10
-0
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
48fd5516
...
...
@@ -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 }}
...
...
@@ -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 }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment