Toggle navigation
Toggle navigation
This project
Loading...
Sign in
seungmin lee
/
OSS2020-2_Screensaver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
seungmin lee
2020-12-10 20:06:43 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
20d9d2a14e268fc8689e415f4d8ad2935004774e
20d9d2a1
1 parent
3729f408
config.json added
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
README.md
screensaver_ver1/.gitignore
screensaver_ver1/config.json
README.md
View file @
20d9d2a
...
...
@@ -37,7 +37,7 @@ cd screensaver_ver1
```
npm install
```
4.
Add AWS KEY to (config.json)
[
]
from [AWS
](
https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/
)
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/
)
5.
Run
```
nodejs app.js
...
...
@@ -64,7 +64,7 @@ cd screensaver_ver2
```
npm install
```
4.
Add AWS KEY to (config.json)
[
]
from [AWS
](
https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/
)
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/
)
5.
Run
```
node bin/www
...
...
screensaver_ver1/.gitignore
View file @
20d9d2a
config.json
\ No newline at end of file
screensaver_ver1/config.json
0 → 100644
View file @
20d9d2a
{
"accessKeyId"
:
"AWSKEYID"
,
"secretAccessKey"
:
"AWSKEY"
,
"region"
:
"ap-northeast-2"
}
\ No newline at end of file
Please
register
or
login
to post a comment