개발/Linux

우분투 Mongod 설치 방법

철권 2018. 7. 7. 12:44
728x90

우분투

1. 설치 확인

#mongod --version

2. 설치

sudo apt-get install mongodb-server mongodb-clients

3. 실행

ubuntu@ibks-ifp-dev-com ~$ mongo

MongoDB shell version: 2.6.10

connecting to: test

Welcome to the MongoDB shell.

For interactive help, type "help".

For more comprehensive documentation, see

    http://docs.mongodb.org/

Questions? Try the support group

    http://groups.google.com/group/mongodb-user

>


4. db 확인

> show dbs

admin  (empty)

local  0.078GB

728x90
반응형