How to Install Mongodb in Raspbian

Version 2.1 by Leon Poon on 2018/12/24 09:29

Run this in a console.

sudo apt-get install mongodb-server

After installation, the server would only have been started automatically after reboot. You can also ~[~[How to Start MongoDB server|start it]] immediately after install if you don't want to reboot.