Skip to content

Commit 1710b40

Browse files
committed
you're doing great
1 parent e1fbd1a commit 1710b40

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

046_mongodb/01_install/README.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
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
```
2834
ctrl+c
2935
```
3036

37+
```
38+
exit
39+
```
40+
3141
# learn more about mongo
3242

3343
[troubleshooting](https://www.tutorialspoint.com/mongodb/mongodb_environment.htm)

0 commit comments

Comments
 (0)