Commit d28062df by Clinton Blackburn Committed by Edward Zarecor

Compiling Insights Translations

The virtualenv must be active in order for i18n_tool to run properly.
parent f1ce6f44
......@@ -149,6 +149,7 @@ insights_requirements:
insights_debian_pkgs:
- 'libmysqlclient-dev'
- 'build-essential'
- gettext
insights_redhat_pkgs:
- 'community-mysql-devel'
......@@ -80,6 +80,12 @@
- "collectstatic --noinput"
- "compress"
- name: compile translations
shell: >
chdir={{ insights_code_dir }}/analytics_dashboard
. {{ insights_venv_bin }}/activate && i18n_tool generate -v
sudo_user: "{{ insights_user }}"
- name: write out the supervisior wrapper
template: >
src=edx/app/insights/insights.sh.j2
......
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