How can I run Mongodb, as a service, on Ubuntu 16.04 LTS? A few days ago I had upgrade my server to Ubuntu 16.04. I have noticed the my MongoDB service does not start when I reb
I have been struggling with this for 1 hour. Then I found this page Installing is as easy as doing:
sudo apt-get update sudo apt-get install mongodb
Then to check if everything works:
sudo service mongodb status
Let me know if this works for you!