安装Mongodb
cd /optwget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.0.6.tgz --no-check-certificatetar -zxvf mongodb-linux-x86_64-3.0.6.tgzmv mongodb-linux-x86_64-3.0.6 mongodbecho "export PATH=/opt/mongodb/bin:$PATH" >> /etc/profilesource /etc/profilemkdir /opt/mongodb/datanohup mongod --dbpath /opt/mongodb/data &
