前言
本文主要讲解在Linux服务器上安装mongodb服务。
所需安装文件:
mongodb-linux-x86_64-rhel55-3.2.8.tgz
安装步骤
[@bx_44_177 /opt/mongodb]#mkdir -p /opt/mongodb/data
[@bx_44_177 /opt/mongodb]#mkdir -p /opt/mongodb/logs
[@bx_44_177 /opt/mongodb]#tar zxvf mongodb-linux-x86_64-rhel55-3.2.8.tgz
[@bx_44_177 /opt/mongodb]#cd mongodb-linux-x86_64-rhel55-3.2.8/bin/
[@bx_44_177 /opt/mongodb]#mongod --dbpath /opt/mongodb/data/