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
이민호
2020-12-10 04:17:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2337bab475531e2337ab88a21fd5fafda50db410
2337bab4
1 parent
28a3802e
Update README.md
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
README.md
README.md
View file @
2337bab
...
...
@@ -47,6 +47,10 @@ localhost:3000
```
# Building (Ver 2.0.0 - Web hosting environment)
0.
aws connect
```
connect with ec2 instance
```
1.
install
```
git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git
...
...
@@ -55,19 +59,18 @@ git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git
```
cd screensaver_ver2
```
3.
change https settings in
[
bin/www
](
http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/bin/www
)
```
const domain = "www.screensaver.ml";
const sslport = 23023;
```
4.
Download dependencies
3.
Download dependencies
```
npm install
```
5
.
Run
4
.
Run
```
node bin/www
```
5.
Web Page
```
https://www.screensaver.ml:23023
```
# Provided Function (Ver 1.0.0 - local environment)
1.
사용자에게 웹 UI를 통한 편리성 제공
...
...
Please
register
or
login
to post a comment