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

From version 1.1
edited by Leon Poon
on 2018/12/24 09:28
Change comment: There is no comment for this version
To version 6.2
edited by Leon Poon
on 2021/03/23 05:15
Change comment: Update document after refactoring.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.WebHome
1 +Computing Newbies.WebHome
Syntax
... ... @@ -1,1 +1,1 @@
1 -MediaWiki 1.6
1 +XWiki 2.1
Content
... ... @@ -1,6 +1,8 @@
1 1  Run this in a console.
2 2  
3 - <nowiki>sudo apt-get install mongodb-server</nowiki>
3 +{{code}}
4 +sudo apt-get install mongodb-server
5 +{{/code}}
4 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 -
7 +
8 +After installation, the server would only have been started automatically after reboot. You can also [[start it>>doc:Main.How to Start Mongodb in Raspbian.WebHome]] immediately after install if you don't want to reboot.