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

From version 3.1
edited by Leon Poon
on 2018/12/24 12:23
Change comment: There is no comment for this version
To version 1.1
edited by Leon Poon
on 2018/12/24 09:36
Change comment: There is no comment for this version

Summary

Details

Page properties
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>>url:https://wiki.codepowered.com/wiki/How_to_Install_Mongodb_in_Raspbian]], 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  
... ... @@ -6,6 +6,6 @@
6 6  sudo service mongodb start
7 7  {{/code}}
8 8  
9 -After starting, you can [[try connecting to it>>doc:Main.How to connect to mongo server.WebHome]].
9 +After starting, you can [[try connecting to it>>url:https://wiki.codepowered.com/wiki/How_to_connect_to_mongo_server]].
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>>url:https://wiki.codepowered.com/wiki/How_to_Use_Pymongo_to_Store_Data]] and [[retrieve>>url:https://wiki.codepowered.com/wiki/How_to_Use_Pymongo_and_Search_for_Data]] data from your mongodb server.