1. Create the following file /etc/yum.repos.d/10gen.repo with the following contents:
[10gen]
name=10gen Repository
baseurl = http://downloads-distro.mongodb.org/repo/redhat/os/x86_64
gpgcheck=0
enabled=1
2. Configure MongoDB
다음에서 설정을 할 수 있다.
/etc/mongod.conf
자동로드 설정
chkconfig mongod on
몽고 시작
service mongod start
몽고 스탑
service mongod stop
몽고 재시작
service mongod restart
3. 테스팅
mongo
db.test.save({a:1})
db.test.find()
댓글 없음:
댓글 쓰기