김채리

Update README.md

Showing 1 changed file with 49 additions and 0 deletions
...@@ -45,6 +45,15 @@ KHU-Hub repo : [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.k ...@@ -45,6 +45,15 @@ KHU-Hub repo : [khuhub.khu.ac.kr/2018102216/dev-profile](https://khuhub.khu.ac.k
45 45
46 <br> 46 <br>
47 47
48 +### ● Home Page
49 +
50 + 1. you can join or login with github.
51 + 2. you can search.
52 +
53 +![homepage](https://oss-2020105657.s3.amazonaws.com/homepage.png)
54 +
55 +<br>
56 +
48 ### ● Test installation 57 ### ● Test installation
49 58
50 <details> 59 <details>
...@@ -71,6 +80,46 @@ npm run dev:assets ...@@ -71,6 +80,46 @@ npm run dev:assets
71 80
72 <br> 81 <br>
73 82
83 +### ● Installation MongoDB
84 +
85 + 1. Access to the MongoDB homepage.
86 +
87 +![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png)
88 +
89 + 2. Select options and download MongoDB.
90 +
91 +![options](https://oss-2020105657.s3.amazonaws.com/MongoDB+install.png)
92 +
93 + 3. If this screen appears when installing MongoDB, please select 'complete' and proceed.
94 +
95 +![precaution](https://oss-2020105657.s3.amazonaws.com/MongoDB+precaution.png)
96 +
97 + 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below.
98 +
99 +![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png)
100 +
101 +### ● To setting environment variable.
102 +
103 +```bash
104 + -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well.
105 +```
106 +
107 + 1. Find folder where mongoDB is installed, and make a copy of the folder's route.
108 +
109 +![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+path.png)
110 +
111 + 2. And you open the 'environment variable' page. If using window environment, you can use command (window + R) and input 'sysdm.cpl ,3'. And click 'environment variable'.
112 +
113 +![image](https://oss-2020105657.s3.amazonaws.com/environment+window.png)
114 +
115 + 3. You must find 'path' in 'system variable' categroy, not 'users variable'. If you find 'path' in 'system variable', then check 'path' and click 'Editing'.
116 +
117 +![image](https://oss-2020105657.s3.amazonaws.com/Find+path+in+system+variable.png)
118 +
119 +## <br>
120 +
121 +<br>
122 +
74 ### ● MongoDB Installation 123 ### ● MongoDB Installation
75 124
76 1. Access to the MongoDB homepage. 125 1. Access to the MongoDB homepage.
......