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
- 제일어려워
- underscores
- vscode
- 일상
- 엔퀸즈
- ftech
- react
- 공부
- 코딩
- this
- array
- 알고리즘
- 개발
- 연습
- DOM
- Instantiation Patterns
- method
- JavaScript
- 클라이언트
- 취업
- nqueens
- 해커톤
- JS
- 코드스테이츠
- 초보
- grpahQL
- 포스기
- 리액트
- underbar
- 자바스크립트
Archives
- Today
- Total
analogcoding
Backend 파트 정리 2 본문
EC2 mongoDB로 등록하기 + Issue
1. EC2 - AWS 생성
2. ssh(key), name 등 정보 set up
3. 인바운드 설정 all traffic & anywhere 로 진행
4. terminal 에서 ssh -i .ssh/(KEY_NAME) ubuntu@(IP_Address) 로 EC2 에 접근
5. mongoDB 설치 docs 참조
- mongoDB docs : https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
6. mongoDB는 관리자계정이 없어도 client로 접속이 가능 -> 권한설정이 필요
-mongoDB를 키고 admin( use admin )에서 내 계정 확인 (show users)
존재 시
존재하지 않을 시
이 후 set up / test
레퍼런스 참고 : https://pinedance.github.io/blog/2017/06/20/mongoDB-on-ubuntu
8. ROBO 3T ( GUI tool )로 확인하면 AWS EC2주소로 ID 와 password 입력 후 접근, 확인 가능.
+ ROBO mongo <-> mongodb(AWS EC2 instance connect)
'Mini Project > OwlPost (앱)' 카테고리의 다른 글
Backend 파트 정리 3 (0) | 2019.07.21 |
---|---|
Backend part 정리 1 (0) | 2019.07.21 |
2주 프로젝트 owlPost 안드로이드 UI (0) | 2019.07.20 |
My part in OwlPost (0) | 2019.07.19 |
owlPost - flow / API / DB 구조 ,스키마 (0) | 2019.07.08 |
Comments