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
68b67c3a
Commit
68b67c3a
authored
Aug 01, 2014
by
Christine Lytwynec
Committed by
Han Su Kim
Aug 07, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating gather_assets to use paver instead of rake
parent
6d747f66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/edxapp/defaults/main.yml
+1
-1
playbooks/roles/edxapp/tasks/service_variant_config.yml
+3
-3
No files found.
playbooks/roles/edxapp/defaults/main.yml
View file @
68b67c3a
...
...
@@ -152,7 +152,7 @@ EDXAPP_CC_PROCESSOR:
# does not affect verified students
EDXAPP_PAID_COURSE_REGISTRATION_CURRENCY
:
[
'
usd'
,
'
$'
]
# Configure
rake
tasks in edx-platform to skip Python/Ruby/Node installation
# Configure
paver
tasks in edx-platform to skip Python/Ruby/Node installation
EDXAPP_NO_PREREQ_INSTALL
:
1
# whether to setup the python codejail or not
...
...
playbooks/roles/edxapp/tasks/service_variant_config.yml
View file @
68b67c3a
...
...
@@ -89,11 +89,11 @@
-
"
restart
edxapp"
-
"
restart
edxapp_workers"
# Gather assets using
rake
if possible
# Gather assets using
paver
if possible
-
name
:
gather {{ item }} static assets with
rake
-
name
:
gather {{ item }} static assets with
paver
shell
:
>
SERVICE_VARIANT={{ item }}
rake {{ item }}:gather_assets:
aws
SERVICE_VARIANT={{ item }}
paver update_assets {{ system }} --settings=
aws
executable=/bin/bash
chdir={{ edxapp_code_dir }}
sudo_user
:
"
{{
edxapp_user
}}"
...
...
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