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
0ed2ef8a
Commit
0ed2ef8a
authored
Nov 18, 2015
by
Calen Pennington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move course_discovery to Python3.5
parent
9f636859
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
playbooks/roles/course_discovery/tasks/main.yml
+24
-0
No files found.
playbooks/roles/course_discovery/tasks/main.yml
View file @
0ed2ef8a
...
...
@@ -27,8 +27,32 @@
dest
:
"
{{
course_discovery_home
}}/course_discovery_gunicorn.py"
sudo_user
:
"
{{
course_discovery_user
}}"
tags
:
-
install
-
install:configuration
-
name
:
add deadsnakes repository
apt_repository
:
repo
:
"
ppa:fkrull/deadsnakes"
tags
:
-
install
-
install:system-requirements
-
name
:
install python3.5
apt
:
pkg={{ item }}
with_items
:
-
python3.5
-
python3.5-dev
tags
:
-
install
-
install:system-requirements
-
name
:
build virtualenv
shell
:
"
virtualenv
--python=python3.5
{{
course_discovery_venv_dir
}}"
sudo_user
:
"
{{
course_discovery_user
}}"
tags
:
-
install
-
install:system-requirements
-
name
:
install application requirements
shell
:
>
chdir=/edx/app/course_discovery/course_discovery
...
...
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