Showing
1 changed file
with
9 additions
and
9 deletions
... | @@ -43,31 +43,31 @@ npm run dev:assets | ... | @@ -43,31 +43,31 @@ npm run dev:assets |
43 | <br> | 43 | <br> |
44 | ### Installation MongoDB | 44 | ### Installation MongoDB |
45 | 1. Access to the MongoDB homepage. | 45 | 1. Access to the MongoDB homepage. |
46 | -  | 46 | + |
47 | 47 | ||
48 | 2. Select options and download MongoDB. | 48 | 2. Select options and download MongoDB. |
49 | -  | 49 | + |
50 | 50 | ||
51 | 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. | 51 | 3. If this screen appears when installing MongoDB, please select 'complete' and proceed. |
52 | -  | 52 | + |
53 | 53 | ||
54 | 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. | 54 | 4. When you enter 'mongo' command in vsc terminal, it is installed well when the screen appears as below. |
55 | -  | 55 | + |
56 | 56 | ||
57 | ### To setting environment variable. | 57 | ### To setting environment variable. |
58 | ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. | 58 | ps. When entering 'mongo' command in vsc terminal, skip this part if it runs well. |
59 | 59 | ||
60 | 1. Find folder where mongoDB is installed, and make a copy of the folder's route. | 60 | 1. Find folder where mongoDB is installed, and make a copy of the folder's route. |
61 | -  | 61 | + |
62 | 62 | ||
63 | 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'. | 63 | 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'. |
64 | -  | 64 | + |
65 | 65 | ||
66 | 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'. | 66 | 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'. |
67 | -  | 67 | + |
68 | 68 | ||
69 | 4. Create a new environmental variable path using the Mongo db address you copied earlier. | 69 | 4. Create a new environmental variable path using the Mongo db address you copied earlier. |
70 | -  | 70 | + |
71 | 71 | ||
72 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". | 72 | 5. Please check if Mongo Db is working well in fourth method of "Installation MongoDB". |
73 | 73 | ||
... | @@ -79,7 +79,7 @@ npm run dev:assets | ... | @@ -79,7 +79,7 @@ npm run dev:assets |
79 | ### How to fill .env file. | 79 | ### How to fill .env file. |
80 | 1. If you clone our repository and downloads required modules, make new '.env' file. | 80 | 1. If you clone our repository and downloads required modules, make new '.env' file. |
81 | 2. Fill in the required values as shown below. | 81 | 2. Fill in the required values as shown below. |
82 | -  | 82 | + |
83 | 83 | ||
84 | ### API reference | 84 | ### API reference |
85 | 85 | ... | ... |
-
Please register or login to post a comment