Wiki source code of How to Install Mongodb in Raspbian
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | Run this in a console. |
2 | |||
3 | <nowiki>sudo apt-get install mongodb-server</nowiki> | ||
4 | |||
5 | 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. | ||
6 |