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

From version 2.1
edited by Leon Poon
on 2018/12/24 09:29
Change comment: Document converted from syntax mediawiki/1.6 to syntax xwiki/2.1
To version 3.1
edited by Leon Poon
on 2018/12/24 09:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,12 +1,8 @@
1 1  Run this in a console.
2 2  
3 +{{code}}
4 +sudo apt-get install mongodb-server
5 +{{/code}}
3 3  
4 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 -
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.