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.1 | 3 | {{code}} |
4 | sudo apt-get install mongodb-server | ||
5 | {{/code}} | ||
![]() |
1.1 | 6 | |
![]() |
2.1 | 7 | |
![]() |
3.1 | 8 | After installation, the server would only have been started automatically after reboot. You can also [[start it>>How to Start MongoDB server]] immediately after install if you don't want to reboot. |