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
2e9474eb
Commit
2e9474eb
authored
9 years ago
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2537 from edx/e0d/fix-mysql-install
Need to install Python-MySQL pre-reqs
parents
3939babf
06153b69
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
playbooks/roles/edx_ansible/defaults/main.yml
+1
-0
util/vpc-tools/abbey.py
+1
-1
No files found.
playbooks/roles/edx_ansible/defaults/main.yml
View file @
2e9474eb
...
@@ -23,6 +23,7 @@ EDX_ANSIBLE_DUMP_VARS: false
...
@@ -23,6 +23,7 @@ EDX_ANSIBLE_DUMP_VARS: false
edx_ansible_debian_pkgs
:
edx_ansible_debian_pkgs
:
-
python-pip
-
python-pip
-
python-apt
-
python-apt
-
libmysqlclient-dev
-
git-core
-
git-core
-
build-essential
-
build-essential
-
python-dev
-
python-dev
...
...
This diff is collapsed.
Click to expand it.
util/vpc-tools/abbey.py
View file @
2e9474eb
...
@@ -277,7 +277,7 @@ if [[ ! -x /usr/bin/git || ! -x /usr/bin/pip ]]; then
...
@@ -277,7 +277,7 @@ if [[ ! -x /usr/bin/git || ! -x /usr/bin/pip ]]; then
/usr/bin/apt-get update
/usr/bin/apt-get update
/usr/bin/apt-get install -y git python-pip python-apt
\\
/usr/bin/apt-get install -y git python-pip python-apt
\\
git-core build-essential python-dev libxml2-dev
\\
git-core build-essential python-dev libxml2-dev
\\
libxslt-dev curl --force-yes
libxslt-dev curl
libmysqlclient-dev
--force-yes
fi
fi
...
...
This diff is collapsed.
Click to expand it.
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