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
1b2a6ed8
Commit
1b2a6ed8
authored
Aug 01, 2013
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setting group perms on the virtualenv to www-data, version of
edx-platform
parent
bd2cc5e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
playbooks/roles/edxapp/tasks/deploy.yml
+3
-0
playbooks/roles/edxapp/vars/main.yml
+1
-1
No files found.
playbooks/roles/edxapp/tasks/deploy.yml
View file @
1b2a6ed8
...
...
@@ -146,6 +146,9 @@
-
install
-
deploy
-
name
:
changing group ownership to www-data for everything in the venv (workaround)
shell
:
chgrp -R www-data {{ venv_dir }}
# This check needs to be run to see if rake can be used but its failure should not stop the run.
-
name
:
check if rake gather_assets is available
shell
:
executable=/bin/bash chdir={{ edx_platform_code_dir }} rake -T | grep gather_assets
...
...
playbooks/roles/edxapp/vars/main.yml
View file @
1b2a6ed8
...
...
@@ -198,7 +198,7 @@ edxapp_theme_version: 'HEAD'
# make this the public URL instead of writable
lms_source_repo
:
https://github.com/edx/edx-platform.git
lms_version
:
'
HEAD
'
lms_version
:
'
release
'
local_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/local.txt"
pre_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/pre.txt"
post_requirements_file
:
"
{{
edx_platform_code_dir
}}/requirements/edx/post.txt"
...
...
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