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

From version 4.1
edited by Leon Poon
on 2021/03/23 05:15
Change comment: Renamed back-links.
To version 6.1
edited by Leon Poon
on 2021/03/23 05:17
Change comment: Renamed back-links.

Summary

Details

Page properties
Parent
... ... @@ -1,1 +1,1 @@
1 -Main.WebHome
1 +Computing Newbies.WebHome
Content
... ... @@ -1,4 +1,4 @@
1 -After you have [[installed mongodb server>>doc:Main.How to Install Mongodb in Raspbian.WebHome]], you might need to start it manually (such as right after installing it and before you restarted your computer).
1 +After you have [[installed mongodb server>>doc:Computing Newbies.How to Install Mongodb in Raspbian.WebHome]], you might need to start it manually (such as right after installing it and before you restarted your computer).
2 2  
3 3  Run in console:
4 4  
... ... @@ -8,4 +8,4 @@
8 8  
9 9  After starting, you can [[try connecting to it>>doc:Computing Newbies.How to connect to mongo server.WebHome]].
10 10  
11 -If your server was started successfully, you can try using python to [[store>>doc:Main.How to Use Pymongo to Store Data.WebHome]] and [[retrieve>>doc:Main.How to Use Pymongo and Search for Data.WebHome]] data from your mongodb server.
11 +If your server was started successfully, you can try using python to [[store>>doc:Main.How to Use Pymongo to Store Data.WebHome]] and [[retrieve>>doc:Computing Newbies.Python Newbies.How to Use Pymongo and Search for Data.WebHome]] data from your mongodb server.