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
ecd84930
Commit
ecd84930
authored
Dec 09, 2015
by
Edward Zarecor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-core, fixes
parent
f61ce0a1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
util/install/ansible-bootstrap.sh
+4
-4
No files found.
util/install/ansible-bootstrap.sh
View file @
ecd84930
...
...
@@ -77,17 +77,17 @@ if [ "$UPGRADE_OS" = true ]; then
fi
# Required for add-apt-repository
apt-get install
-y
software-properties-common python-software-properties
git
apt-get install
-y
software-properties-common python-software-properties
# Add git PPA
add-apt-repository ppa:git-core/ppa
add-apt-repository
-y
ppa:git-core/ppa
# Add python PPA
ppa:git-core/ppa
add-apt-repository
-y
ppa:fkrull/deadsnakes-python2.7
# Install python 2.7.10, git and other common requirements
apt-get update
-y
apt-get install
-y
build-essential
sudo
git python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 libmysqlclient-dev
apt-get install
-y
build-essential
sudo
git
-core
python2.7 python2.7-dev python-pip python-apt python-yaml python-jinja2 libmysqlclient-dev
pip install
virtualenv
==
${
VIRTUAL_ENV_VERSION
}
...
...
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