Install MongoDB on Ubuntu 16.04
Add the Software Source
1 | sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 |
Install MongoDB
1 | apt-get update |
Start the Service
1 | service mongod start |
Create a Username and Password
1 | Edit the configuration file |