Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 317 Bytes

install.md

File metadata and controls

executable file
·
11 lines (9 loc) · 317 Bytes

#install

##debian

apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
apt-get install -y lsb-release 
echo "deb http://repo.mongodb.org/apt/debian "$(lsb_release -sc)"/mongodb-org/3.0 main" |  tee /etc/apt/sources.list.d/mongodb-org-3.0.list
apt-get update 
apt-get install -y mongodb-org