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 | + | ||
| 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 | + | ||
| 88 | + | ||
| 89 | + 2. Select options and download MongoDB. | ||
| 90 | + | ||
| 91 | + | ||
| 92 | + | ||
| 93 | + 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. | ||
| 94 | + | ||
| 95 | + | ||
| 96 | + | ||
| 97 | + 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. | ||
| 98 | + | ||
| 99 | + | ||
| 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 | + | ||
| 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 | + | ||
| 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 | + | ||
| 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. | ... | ... |
-
Please register or login to post a comment