MongoDB installation script
This commit is contained in:
parent
8cefa7fc9e
commit
9178df179d
1 changed files with 7 additions and 0 deletions
7
bin/ci/install_mongodb.sh
Normal file
7
bin/ci/install_mongodb.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10
|
||||
echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-org.list
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y mongodb-org
|
||||
Loading…
Reference in a new issue