Showing
1 changed file
with
5 additions
and
39 deletions
... | @@ -74,45 +74,6 @@ npm run dev:server | ... | @@ -74,45 +74,6 @@ npm run dev:server |
74 | npm run dev:assets | 74 | npm run dev:assets |
75 | ``` | 75 | ``` |
76 | 76 | ||
77 | -## <br> | ||
78 | - | ||
79 | -<br> | ||
80 | - | ||
81 | -### ● Installation MongoDB | ||
82 | - | ||
83 | - 1. Access to the MongoDB homepage. | ||
84 | - | ||
85 | -![homepage](https://oss-2020105657.s3.amazonaws.com/MongoDB+homepage.png) | ||
86 | - | ||
87 | - 2. Select options and download MongoDB. | ||
88 | - | ||
89 | -![options](https://oss-2020105657.s3.amazonaws.com/MongoDB+install.png) | ||
90 | - | ||
91 | - 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. | ||
92 | - | ||
93 | -![precaution](https://oss-2020105657.s3.amazonaws.com/MongoDB+precaution.png) | ||
94 | - | ||
95 | - 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. | ||
96 | - | ||
97 | -![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) | ||
98 | - | ||
99 | -### ● To setting environment variable. | ||
100 | - | ||
101 | -```bash | ||
102 | - -ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. | ||
103 | -``` | ||
104 | - | ||
105 | - 1. Find folder where mongoDB is installed, and make a copy of the folder's route. | ||
106 | - | ||
107 | -![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+path.png) | ||
108 | - | ||
109 | - 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'. | ||
110 | - | ||
111 | -![image](https://oss-2020105657.s3.amazonaws.com/environment+window.png) | ||
112 | - | ||
113 | - 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'. | ||
114 | - | ||
115 | -![image](https://oss-2020105657.s3.amazonaws.com/Find+path+in+system+variable.png) | ||
116 | 77 | ||
117 | ## <br> | 78 | ## <br> |
118 | 79 | ||
... | @@ -136,6 +97,9 @@ npm run dev:assets | ... | @@ -136,6 +97,9 @@ npm run dev:assets |
136 | 97 | ||
137 | ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) | 98 | ![image](https://oss-2020105657.s3.amazonaws.com/MongoDB+installation+well.png) |
138 | 99 | ||
100 | + | ||
101 | +<br> | ||
102 | + | ||
139 | ### ● Setting environment variables | 103 | ### ● Setting environment variables |
140 | 104 | ||
141 | ```bash | 105 | ```bash |
... | @@ -160,6 +124,8 @@ npm run dev:assets | ... | @@ -160,6 +124,8 @@ npm run dev:assets |
160 | 124 | ||
161 | 5. Please check if Mongo Db is working well refering to the fourth method of "MongoDB Installation". | 125 | 5. Please check if Mongo Db is working well refering to the fourth method of "MongoDB Installation". |
162 | 126 | ||
127 | +<br> | ||
128 | + | ||
163 | ### ● Nodejs Installation | 129 | ### ● Nodejs Installation |
164 | 130 | ||
165 | install node js. | 131 | install node js. | ... | ... |
-
Please register or login to post a comment