Running mongodb on ubuntu 16.04 LTS

前端 未结 5 726
无人共我
无人共我 2021-01-30 02:21

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

5条回答
  •  攒了一身酷
    2021-01-30 02:50

    For People That Want A Fresh Install

    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!

提交回复
热议问题