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
edx
configuration
Commits
d28062df
Commit
d28062df
authored
Nov 13, 2014
by
Clinton Blackburn
Committed by
Edward Zarecor
Nov 18, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiling Insights Translations
The virtualenv must be active in order for i18n_tool to run properly.
parent
f1ce6f44
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
playbooks/roles/insights/defaults/main.yml
+1
-0
playbooks/roles/insights/tasks/deploy.yml
+6
-0
No files found.
playbooks/roles/insights/defaults/main.yml
View file @
d28062df
...
...
@@ -149,6 +149,7 @@ insights_requirements:
insights_debian_pkgs
:
-
'
libmysqlclient-dev'
-
'
build-essential'
-
gettext
insights_redhat_pkgs
:
-
'
community-mysql-devel'
playbooks/roles/insights/tasks/deploy.yml
View file @
d28062df
...
...
@@ -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
...
...
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