mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
changed method of installing mongodb and phantomjs in Vagrant file
This commit is contained in:
parent
695b00b6bb
commit
fdc368adb7
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue