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
- log
- centos 7.5
- RHEL
- Audit Log
- CentOS
- JSON
- Elk
- GNOME
- rsyslog
- 크롬
- Chrome
- Kubernetes
- zabbix
- 빅데이터
- K8S
- Python
- Shell
- yum
- Elasticsearch
- 디렉토리
- 파이썬
- docker
- PostgreSQL
- syslog
- C
- GPU
- 서울시민카드
- audit
- Linux
- bash
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