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
- python
- c
- streamsets 강의
- 자바
- ansible install
- 푸시푸시
- 백준
- 데이트
- 도커
- C언어
- 앤서블 설치
- 도커 시작하기
- 도커 mysql
- elk stack
- 스트림셋
- docker
- 알고리즘
- 클라우드
- MySQL
- java
- 정보처리기사
- c++
- nvidia docker
- 도커 elk
- mysql docker
- 데이터베이스
- 코딩
- 스트림셋이란?
- 파이썬
- mysql on docker
Archives
- Today
- Total
리그캣의 개발놀이터
[Centos7/레드햇]repository 추가에도 불구하고 mongodb 설치 에러 본문
centos7에서 몽고 db를 설치하기 위하여 repository를 추가하였다.
참고
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-red-hat/
vi /etc/yum.repos.d/mongodb-org-4.0.repo
[mongodb-org-4.0] name=MongoDB Repository baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/4.0/x86_64/ gpgcheck=1 enabled=1 gpgkey=https://www.mongodb.org/static/pgp/server-4.0.asc
해당 내용을 입력하고
'프로그래밍 기본 > 서버 구축 및 관리' 카테고리의 다른 글
[Linux] chrome driver 에러 발생시 해결방법 (6) | 2019.02.12 |
---|---|
[Cetos7 / RHEL] mongodb 접속 에러 (0) | 2019.01.28 |
[linux] 명령어 find로 파일 폴더 찾기 (0) | 2019.01.28 |
python 을 이용한 command line(명령어) 입력 (0) | 2018.10.11 |
[Ubuntu]node.js server구축시 events.js:160 error (0) | 2018.08.31 |
Comments