changed method of installing mongodb and phantomjs in Vagrant file

This commit is contained in:
Melissa Mcewen 2015-03-14 16:26:04 -05:00 committed by Melissa
parent 695b00b6bb
commit fdc368adb7

View file

@ -41,12 +41,14 @@ apt-get install -qq graphicsmagick
echo Installing phantomjs and dependency...
apt-get install -qq libicu48
npm install phantomjs
echo Installing requirements for grunt-spritesmith...
apt-get install -qq pkg-config libcairo2-dev libjpeg-dev
echo Installing Mongodb...
apt-get install -qq mongodb
sudo apt-get install -y mongodb-org
echo Installing Git...
apt-get install -qq git