우분투
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
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
댓글
댓글 쓰기