File tree Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Expand file tree Collapse file tree 1 file changed +16
-6
lines changed Original file line number Diff line number Diff line change 22
33[ installing mongodb] ( https://www.mongodb.com/download-center#community )
44
5- ## mac
5+ ## path
66
7+ Set a path environment variable pointing to the ``` mongod ``` program.
8+
9+ ## data folder
10+
11+ Create a folder for data.
12+
13+ #### mac
714[ i am on a mac] ( https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#install-mongodb-community-edition-manually )
815
9- ## windows
10- [ i am on windows] ( )
16+ #### windows
17+ [ i am on windows] ( https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/ )
1118
12- ## linux
13- [ i am on linux] ( )
19+ #### linux
20+ [ i am on linux] ( https://docs.mongodb.com/manual/tutorial/install-mongodb-on-linux/ )
1421
1522# run mongo
1623```
@@ -23,11 +30,14 @@ mongo
2330```
2431
2532# stop
26- mac
2733```
2834ctrl+c
2935```
3036
37+ ```
38+ exit
39+ ```
40+
3141# learn more about mongo
3242
3343[ troubleshooting] ( https://www.tutorialspoint.com/mongodb/mongodb_environment.htm )
You can’t perform that action at this time.
0 commit comments