码迷,mamicode.com
首页 > 数据库 > 详细

mongDb安装

时间:2018-01-07 17:36:55      阅读:199      评论:0      收藏:0      [点我收藏+]

标签:process   false   div   设置   als   ati   res   服务器   bin   

1.下载安装包:https://www.mongodb.com/download-center#community

2.tar -xzvf mongodb-linux-x86_64-rhel70-3.4.7.tgz

3.cd mongodb-linux-x86_64-rhel70-3.4.7/

4.创建data目录,logs目录,logs/mongodb.log文件

5.vi  bin/mongodb.conf   下面的目录是安装目录

storage: dbPath: "/usr/mongodb/mongodb-linux-x86_64-rhel70-3.4.10/data"

systemLog: destination: file

path: "/usr/mongodb/mongodb-linux-x86_64-rhel70-3.4.10/logs/mongodb.log

net: port: 27022

http:

RESTInterfaceEnabled: true

processManagement:

fork: false

6.启动

  cd  bin

  ./mongod -f mongodb.conf    //mongod是启动服务器

  ./mongo localhost:27022     //启动客户端,端口是自己设置在配置文件中 

 

mongDb安装

标签:process   false   div   设置   als   ati   res   服务器   bin   

原文地址:https://www.cnblogs.com/xiaoxiannvBlog/p/8228191.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!