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:02:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3729f40891795857f8c641e58ee38815d7261ed4
3729f408
1 parent
f8856556
AWS key added
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
5 deletions
README.md
screensaver_ver2/.gitignore
screensaver_ver2/config.json
README.md
View file @
3729f40
...
...
@@ -37,11 +37,12 @@ cd screensaver_ver1
```
npm install
```
4.
Run
4.
Add AWS KEY to (config.json)
[
]from [AWS
](
https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/
)
5.
Run
```
nodejs app.js
```
5
.
Web Page
6
.
Web Page
```
localhost:3000
```
...
...
@@ -63,11 +64,12 @@ cd screensaver_ver2
```
npm install
```
4.
Run
4.
Add AWS KEY to (config.json)
[
]from [AWS
](
https://aws.amazon.com/ko/premiumsupport/knowledge-center/create-access-key/
)
5.
Run
```
node bin/www
```
5
.
Web Page
6
.
Web Page
```
https://www.screensaver.ml:23023
```
...
...
screensaver_ver2/.gitignore
View file @
3729f40
config.json
\ No newline at end of file
screensaver_ver2/config.json
0 → 100644
View file @
3729f40
{
"accessKeyId"
:
"AWSKEYID"
,
"secretAccessKey"
:
"AWSKEY"
,
"region"
:
"ap-northeast-2"
}
\ No newline at end of file
Please
register
or
login
to post a comment