Last active
August 29, 2015 14:05
-
-
Save vdel26/a558dbd2ce78f80824eb to your computer and use it in GitHub Desktop.
edx provisioning method – https://github.com/edx/edx-platform/wiki/Stanford-Theming
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| THEME_ACCT: vdel26 | |
| COMMON_GIT_MIRROR: 'github.com' | |
| ## | |
| # deploying from an edx fork | |
| # | |
| # GIT_ACCT: vdel26 | |
| # edx_platform_repo: https://{{ COMMON_GIT_MIRROR }}/{{ GIT_ACCT }}/edx-platform.git | |
| # edx_platform_version: release | |
| ## | |
| # deploying theme | |
| # | |
| edxapp_theme_name: medistream # must be equal to: /theme/static/sass/_{edx_theme_name}.scss | |
| edxapp_theme_source_repo: https://{{ COMMON_GIT_MIRROR }}/{{ THEME_ACCT }}/edx-medistream-theme.git | |
| edxapp_theme_version: master | |
| edxapp_use_custom_theme: true | |
| ## | |
| # LMS Ansible variables (https://github.com/edx/configuration/blob/master/playbooks/roles/edxapp/defaults/main.yml) | |
| # | |
| EDXAPP_LANG: 'es_ES.UTF-8' | |
| EDXAPP_LANGUAGE_CODE : 'es_ES' | |
| EDXAPP_TIME_ZONE: 'Europe/Madrid' | |
| EDXAPP_PLATFORM_NAME: 'Medistream.tv' | |
| EDXAPP_PRESS_EMAIL: '[email protected]' | |
| EDXAPP_TECH_SUPPORT_EMAIL: '[email protected]' | |
| EDXAPP_PLATFORM_TWITTER_ACCOUNT: '@medistreamtv' | |
| EDXAPP_PLATFORM_FACEBOOK_ACCOUNT: 'http://www.facebook.com/medistreamtv' | |
| EDXAPP_SITE_NAME: 'app.medistream.es' | |
| EDXAPP_ENABLE_MKTG_SITE: true | |
| EDXAPP_MKTG_URLS: { | |
| 'ABOUT': '/#about', | |
| 'CONTACT': '/#contact', | |
| 'ROOT': 'http://dev.medistream.es', | |
| 'TOS': '/#terms', | |
| 'HONOR': '/#terms', | |
| 'FAQ': '/#contact' | |
| } | |
| ## | |
| # remove basic auth | |
| # COMMON_ENABLE_BASIC_AUTH: false | |
| ## | |
| # deploying code updates: | |
| # | |
| # copy this file to /edx/app/edx_ansible/ | |
| # run `sudo /edx/bin/update edx-platform release` | |
| ## |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment