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 | |||
![]() |
2.1 | 4 | |
5 | {{{sudo apt-get install mongodb-server | ||
6 | }}} | ||
7 | |||
8 | |||
9 | |||
10 | 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. | ||
11 | |||
12 |