https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition
- Start MongoDB with
sudo service mongod start
- Run mongo shell
mongo
https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition
sudo service mongod start
mongo