Wiki source code of How to Start Mongodb in Raspbian
Show last authors
author | version | line-number | content |
---|---|---|---|
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). | ||
2 | |||
3 | Run in console: | ||
4 | |||
5 | {{code}} | ||
6 | sudo service mongodb start | ||
7 | {{/code}} | ||
8 | |||
9 | After starting, you can [[try connecting to it>>url:https://wiki.codepowered.com/wiki/How_to_connect_to_mongo_server]]. | ||
10 | |||
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. |