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 | 31 |
Tags
- Elk
- Shell
- RHEL
- syslog
- Elasticsearch
- JSON
- 디렉토리
- centos 7.5
- bash
- CentOS
- docker
- audit
- K8S
- 서울시민카드
- rsyslog
- log
- C
- 파이썬
- 빅데이터
- Audit Log
- zabbix
- 크롬
- PostgreSQL
- Chrome
- yum
- Kubernetes
- GNOME
- GPU
- Python
- Linux
Archives
- Today
- Total
Sysops Notepad
[Linux] MongoDB 4.x 설치 본문
728x90
설치환경 :
- Centos 6
- Centos 7
- Centos 8
설치방법
[root@sysops]# vi /etc/yum.repos.d/mongodb-org-4.4.repo
name=MongoDB Repository
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.4/x86_64/
gpgcheck=1
enabled=1
gpgkey=https://www.mongodb.org/static/pgp/server-4.4.asc
[root@sysops]# yum install -y mongodb-org
[root@sysops]# systemctl start mongod.service
[root@sysops]# systemctl enable mongod.service
실행
[root@sysops]# mongo
728x90
'업무 > sys' 카테고리의 다른 글
[LINUX] /tmp 과 /var/tmp 차이점 (0) | 2022.04.12 |
---|---|
[Linux] 자산 관리 오픈소스 Snipe-IT 설치하기 (0) | 2021.11.15 |
[Linux] CentOS SELinux 비활성화 (0) | 2021.11.15 |
[LINUX] disk io 상태 확인하기 (0) | 2021.11.09 |
[LINUX] ifconfig 항목 설명 (0) | 2021.11.09 |
Comments