mongodb 설치

설치환경: AWS Ubuntu 20.04.3 LTS

 

:~# wget -qO - https://www.mongodb.org/static/pgp/server-4.4.asc | sudo apt-key add -
:~# echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list
:~# sudo apt-get update
:~# sudo apt-get install -y mongodb-org
:~# sudo service mongod start
:~# systemctl enable mongod.service
  • 기본으로 27017 port를 사용한다

 

 

 

Robomongo 설치

  •  mongodb GUI tool

https://robomongo.org/download

 

Robomongo

Robo 3T: the hobbyist GUI Robo 3T 1.4 brings support for MongoDB 4.2, and a mongo shell upgrade from 4.0 to 4.2, with the ability to manually specify visible databases.   Download Robo 3T

robomongo.org

 

'데이터베이스 > mongodb' 카테고리의 다른 글

mongo 기본명령어  (0) 2021.10.24

+ Recent posts