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
882ed7f5
Commit
882ed7f5
authored
8 years ago
by
Ned Batchelder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Xenial support
parent
5e03d099
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
9 deletions
+4
-9
util/install/sandbox.sh
+4
-9
No files found.
util/install/sandbox.sh
View file @
882ed7f5
...
...
@@ -11,8 +11,8 @@
##
## Sanity check
##
if
[[
`
lsb_release
-rs
`
!=
"1
2
.04"
]]
;
then
echo
"This script is only known to work on Ubuntu 1
2
.04, exiting..."
;
if
[[
`
lsb_release
-rs
`
!=
"1
6
.04"
]]
;
then
echo
"This script is only known to work on Ubuntu 1
6
.04, exiting..."
;
exit
;
fi
...
...
@@ -31,18 +31,12 @@ sudo apt-get upgrade -y
##
## Install system pre-requisites
##
sudo
apt-get install
-y
build-essential software-properties-common curl git-core libxml2-dev libxslt1-dev python-pip libmysqlclient-dev python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc
-4.8 g++-4.8
sudo
apt-get install
-y
build-essential software-properties-common curl git-core libxml2-dev libxslt1-dev python-pip libmysqlclient-dev python-apt python-dev libxmlsec1-dev libfreetype6-dev swig gcc
g++
sudo
pip install
--upgrade
pip
==
8.1.2
sudo
pip install
--upgrade
setuptools
==
24.0.3
sudo
-H
pip install
--upgrade
virtualenv
==
15.0.2
##
## Update alternatives so that gcc/g++ 4.8 is the default compiler
##
sudo
update-alternatives
--install
/usr/bin/gcc gcc /usr/bin/gcc-4.8 50
sudo
update-alternatives
--install
/usr/bin/g++ g++ /usr/bin/g++-4.8 50
##
## Overridable version variables in the playbooks. Each can be overridden
## individually, or with $OPENEDX_RELEASE.
##
...
...
@@ -78,6 +72,7 @@ cd /var/tmp
git clone https://github.com/edx/configuration
cd
configuration
git checkout
$CONFIGURATION_VERSION
git pull
##
## Install the ansible requirements
...
...
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