Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- GitLab
- G-suite
- x-pack
- miniconda
- proxycfg
- ansible
- pfsense
- XCP-ng
- freebsd
- xe guest utilities
- centos 8
- Proxy
- 보안양파
- Kibana server is not ready yet
- docker
- Kibana
- Elasticsearch
- Windows
- 한글가이드
- elastic stack
- macos
- ssh key 배포
- application security
- bash
- endpoint security
- PlayBook
- 로그인불가
- ELASTIC
- hardening
Archives
- Today
- Total
선 밖에 선 자유인
MongoDB 설치 in CentOS 6 본문
- yum 저장소 추가
# vi /etc/yum.repos.d/mongodb.repo
[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1
# yum -y install mongodb-org
yum -update 를 통한 업데이트 방지
# vi /etc/yum.conf
exclude=mongodb-org,mongodb-org-server,mongodb-org-shell,mongodb-org-mongos,mongodb-org-tools
# service mongod start
# chkconfig mongod on
- tarball install
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/
- 설명 잘됨
http://dev.epiloum.net/813
Comments