mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 21:57:03 +00:00
Merge pull request #4929 from melissamcewen/issue-3852-vagrant
Issue 3852 vagrant
This commit is contained in:
commit
e7c2afb4f4
1 changed files with 10 additions and 1 deletions
11
vagrant.sh
11
vagrant.sh
|
|
@ -45,8 +45,17 @@ apt-get install -qq libicu48
|
|||
echo Installing requirements for grunt-spritesmith...
|
||||
apt-get install -qq pkg-config libcairo2-dev libjpeg-dev
|
||||
|
||||
# Import MongoDB public GPG key
|
||||
# http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/
|
||||
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
|
||||
|
||||
# Create a list file for MongoDB
|
||||
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
|
||||
|
||||
echo Installing Mongodb...
|
||||
apt-get install -qq mongodb
|
||||
apt-get update
|
||||
apt-get install mongodb-10gen
|
||||
apt-get install -y mongodb-org=2.6.4 mongodb-org-server=2.6.4 mongodb-org-shell=2.6.4 mongodb-org-mongos=2.6.4 mongodb-org-tools=2.6.4
|
||||
|
||||
echo Installing Git...
|
||||
apt-get install -qq git
|
||||
|
|
|
|||
Loading…
Reference in a new issue