How to Install Mongodb in Raspbian

Last modified by Leon Poon on 2021/03/23 13:17

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 start it immediately after install if you don't want to reboot.