Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -37,7 +37,7 @@ cd screensaver_ver1 | ... | @@ -37,7 +37,7 @@ cd screensaver_ver1 |
37 | ``` | 37 | ``` |
38 | npm install | 38 | npm install |
39 | ``` | 39 | ``` |
40 | -4. Add AWS KEY to (config.json)[]from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) | 40 | +4. Add AWS KEY to (config.json)[http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver1/config.json] from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) |
41 | 5. Run | 41 | 5. Run |
42 | ``` | 42 | ``` |
43 | nodejs app.js | 43 | nodejs app.js |
... | @@ -64,7 +64,7 @@ cd screensaver_ver2 | ... | @@ -64,7 +64,7 @@ cd screensaver_ver2 |
64 | ``` | 64 | ``` |
65 | npm install | 65 | npm install |
66 | ``` | 66 | ``` |
67 | -4. Add AWS KEY to (config.json)[]from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) | 67 | +4. Add AWS KEY to (config.json)[http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/config.json] from [AWS](https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/) |
68 | 5. Run | 68 | 5. Run |
69 | ``` | 69 | ``` |
70 | node bin/www | 70 | node bin/www | ... | ... |
1 | -config.json | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
screensaver_ver1/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