Showing
3 changed files
with
7 additions
and
5 deletions
... | @@ -37,11 +37,12 @@ cd screensaver_ver1 | ... | @@ -37,11 +37,12 @@ cd screensaver_ver1 |
37 | ``` | 37 | ``` |
38 | npm install | 38 | npm install |
39 | ``` | 39 | ``` |
40 | -4. Run | 40 | +4. Add AWS KEY to (config.json)[]from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) |
41 | +5. Run | ||
41 | ``` | 42 | ``` |
42 | nodejs app.js | 43 | nodejs app.js |
43 | ``` | 44 | ``` |
44 | -5. Web Page | 45 | +6. Web Page |
45 | ``` | 46 | ``` |
46 | localhost:3000 | 47 | localhost:3000 |
47 | ``` | 48 | ``` |
... | @@ -63,11 +64,12 @@ cd screensaver_ver2 | ... | @@ -63,11 +64,12 @@ cd screensaver_ver2 |
63 | ``` | 64 | ``` |
64 | npm install | 65 | npm install |
65 | ``` | 66 | ``` |
66 | -4. Run | 67 | +4. Add AWS KEY to (config.json)[]from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) |
68 | +5. Run | ||
67 | ``` | 69 | ``` |
68 | node bin/www | 70 | node bin/www |
69 | ``` | 71 | ``` |
70 | -5. Web Page | 72 | +6. Web Page |
71 | ``` | 73 | ``` |
72 | https://www.screensaver.ml:23023 | 74 | https://www.screensaver.ml:23023 |
73 | ``` | 75 | ``` | ... | ... |
1 | -config.json | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
screensaver_ver2/config.json
0 → 100644
1 | +{ "accessKeyId": "AWSKEYID", "secretAccessKey": "AWSKEY", "region": "ap-northeast-2" } | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment