Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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
edx-platform
Commits
56433729
Commit
56433729
authored
May 31, 2013
by
Slater-Victoroff
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Realized an issue requiring us to remove raring support, fixed a couple more bugs
parent
3b3b5d97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
scripts/create-dev-env.sh
+5
-2
scripts/install-system-req.sh
+1
-0
No files found.
scripts/create-dev-env.sh
View file @
56433729
...
@@ -227,13 +227,16 @@ case `uname -s` in
...
@@ -227,13 +227,16 @@ case `uname -s` in
distro
=
`
lsb_release
-cs
`
distro
=
`
lsb_release
-cs
`
case
$distro
in
case
$distro
in
wheezy|jessie|maya|olivia|nadia|precise|quantal
|raring
)
wheezy|jessie|maya|olivia|nadia|precise|quantal
)
sudo
apt-get install git
;;
sudo
apt-get install git
;;
squeeze|lisa|katya|oneiric|natty
)
squeeze|lisa|katya|oneiric|natty
|raring
)
warning
"It seems like you're using
$distro
which has been deprecated.
warning
"It seems like you're using
$distro
which has been deprecated.
While we don't technically support this release, the install
While we don't technically support this release, the install
script will probably still work.
script will probably still work.
Raring requires an install of rvm to work correctly as the raring
package manager does not yet include a package for rvm
Press return to continue or control-C to abort"
Press return to continue or control-C to abort"
read
dummy
read
dummy
sudo
apt-get install git
sudo
apt-get install git
...
...
scripts/install-system-req.sh
View file @
56433729
...
@@ -44,6 +44,7 @@ case `uname -s` in
...
@@ -44,6 +44,7 @@ case `uname -s` in
sudo
apt-get
-y
install gfortran
sudo
apt-get
-y
install gfortran
sudo
apt-get
-y
install graphviz libgraphviz-dev graphviz-dev
sudo
apt-get
-y
install graphviz libgraphviz-dev graphviz-dev
sudo
apt-get
-y
install libatlas-dev libblas-dev
sudo
apt-get
-y
install libatlas-dev libblas-dev
sudo
apt-get
-y
install ruby-rvm
# install packages listed in APT_PKGS_FILE
# install packages listed in APT_PKGS_FILE
cat
$APT_PKGS_FILE
| xargs
sudo
apt-get
-y
install
cat
$APT_PKGS_FILE
| xargs
sudo
apt-get
-y
install
;;
;;
...
...
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