文章不在长,坚持不懈记录下努力前行的脚步
发布时间:2016-11-07 19:12:32
软件下载https://www.mongodb.com/download-center#communitycurl -O https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.10.tgz安装向导https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/安装tar -zxvf mongodb-linux-x86_64-3.2.10.tgzmkdir -p mongodbcp -R -n mongodb-linux-x86_6.........【阅读全文】
发布时间:2016-10-09 15:58:03
一、配置yum源vi /etc/yum.repos.d/mongodb-org-2.6.repo[mongodb-org-2.6]name=MongoDB 2.6 Repositorybaseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/gpgcheck=0enabled=1二、安装yum install -y mongodb-org三、启动mongodservice mongod start===============service mongod stops.........【阅读全文】