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
ffb0bac1
Commit
ffb0bac1
authored
May 25, 2012
by
John Jarvis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating gem install list
parent
f6948d44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
create-dev-env.sh
+4
-5
No files found.
create-dev-env.sh
View file @
ffb0bac1
...
...
@@ -26,9 +26,7 @@ info() {
MITx base dir :
$BASE
Python dir :
$PYTHON_DIR
Ruby dir :
$RUBY_DIR
Ruby ver :
$RUBY_VER
Ruby libraries :
$GEM_PKGS
EO
...
...
@@ -45,7 +43,6 @@ SCIPY_VER="0.10.1"
LOG
=
"/var/tmp/install.log"
BREW_PKGS
=
"readline sqlite gdbm pkg-config gfortran mercurial python yuicompressor "
APT_PKGS
=
"curl git mercurial python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor"
GEM_PKGS
=
"sass bourbon"
ARGS
=
$(
getopt
"cvh"
"
$*
"
)
if
[[
$?
!=
0
]]
;
then
...
...
@@ -154,8 +151,10 @@ source $RUBY_DIR/scripts/rvm
rvm install
$RUBY_VER
virtualenv
"
$PYTHON_DIR
"
source
$PYTHON_DIR
/bin/activate
output
"Installing ruby packages -
$GEM_PKGS
"
gem install
$GEM_PKGS
output
"Installing ruby packages"
gem install
--version
'0.8.3'
rake
gem install
--version
'3.1.15'
sass
gem install
--version
'1.3.6'
bourbon
cd
"
$BASE
"
output
"Cloning mitx, askbot and data repos"
if
[[
-d
"
$BASE
/mitx"
]]
;
then
...
...
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