Commit 160f5ac7 by Ibrahim

changes

parent ded709a6
......@@ -3,6 +3,6 @@ WHITELABEL_MYSQL_COMMANDS:
- "CREATE USER 'discov001'@'localhost' IDENTIFIED BY 'password';"
- "GRANT ALL PRIVILEGES ON discovery.* TO 'discov001'@'localhost';"
WHITELABEL_THEME_DIR: "/edx/var/edx-themes/edx-themes/edx-platform"
WHITELABEL_THEME_DIR: "edx-themes"
discovery_code_dir: "{{ discovery_home }}/{{ discovery_service_name }}"
......@@ -10,6 +10,12 @@
msg: "{{ COMMON_BIN_DIR }}/edxapp-update-assets-{{ item }}"
with_items: "{{ service_variants_enabled }}"
- name: "display Sites and Themes command"
debug:
msg: "{{ COMMON_BIN_DIR }}/python.edxapp {{ COMMON_BIN_DIR }}/manage.edxapp lms --settings={{ COMMON_EDXAPP_SETTINGS }}
create_sites_and_configurations --dns-name {{ dns_name }} --theme-path {{ WHITELABEL_THEME_DIR }}"
with_items: "{{ service_variants_enabled }}"
# Discovery Setup
#- name: Uninstall installed version of elasticsearch
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment