Add mongodb to create-dev-env.sh script

This commit is contained in:
Carlos Andrés Rocha
2012-11-27 14:16:19 -05:00
parent 796369c137
commit 41142ab56a
2 changed files with 2 additions and 1 deletions

View File

@@ -9,3 +9,4 @@ node
graphviz
mysql
geos
mongodb

View File

@@ -99,7 +99,7 @@ NUMPY_VER="1.6.2"
SCIPY_VER="0.10.1"
BREW_FILE="$BASE/mitx/brew-formulas.txt"
LOG="/var/tmp/install-$(date +%Y%m%d-%H%M%S).log"
APT_PKGS="pkg-config curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor nodejs npm graphviz graphviz-dev mysql-server libmysqlclient-dev libgeos-dev coffeescript libreadline6 libreadline6-dev"
APT_PKGS="pkg-config curl git python-virtualenv build-essential python-dev gfortran liblapack-dev libfreetype6-dev libpng12-dev libxml2-dev libxslt-dev yui-compressor nodejs npm graphviz graphviz-dev mysql-server libmysqlclient-dev libgeos-dev coffeescript libreadline6 libreadline6-dev mongodb"
if [[ $EUID -eq 0 ]]; then
error "This script should not be run using sudo or as the root user"