Ubuntu 18.04에서 MongoDB 설치하기

|

패키지 업데이트

apt-get update

몽고디비 설치

apt-get install mongodb

서비스 상태 체크

systemctl status mongodb

서비스 재시작

systemctl restart mongodb

서비스 중지

systemctl stop mongodb

서비스 시작

systemctl start mongodb

서버 부팅시 자동 시작

systemctl enable mongodb