Showing
1 changed file
with
10 additions
and
7 deletions
... | @@ -47,6 +47,10 @@ localhost:3000 | ... | @@ -47,6 +47,10 @@ localhost:3000 |
47 | ``` | 47 | ``` |
48 | 48 | ||
49 | # Building (Ver 2.0.0 - Web hosting environment) | 49 | # Building (Ver 2.0.0 - Web hosting environment) |
50 | +0. aws connect | ||
51 | +``` | ||
52 | +connect with ec2 instance | ||
53 | +``` | ||
50 | 1. install | 54 | 1. install |
51 | ``` | 55 | ``` |
52 | git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git | 56 | 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 | ... | @@ -55,19 +59,18 @@ git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git |
55 | ``` | 59 | ``` |
56 | cd screensaver_ver2 | 60 | cd screensaver_ver2 |
57 | ``` | 61 | ``` |
58 | -3. change https settings in [bin/www](http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver_ver2/bin/www) | 62 | +3. Download dependencies |
59 | -``` | ||
60 | -const domain = "www.screensaver.ml"; | ||
61 | -const sslport = 23023; | ||
62 | -``` | ||
63 | -4. Download dependencies | ||
64 | ``` | 63 | ``` |
65 | npm install | 64 | npm install |
66 | ``` | 65 | ``` |
67 | -5. Run | 66 | +4. Run |
68 | ``` | 67 | ``` |
69 | node bin/www | 68 | node bin/www |
70 | ``` | 69 | ``` |
70 | +5. Web Page | ||
71 | +``` | ||
72 | +https://www.screensaver.ml:23023 | ||
73 | +``` | ||
71 | 74 | ||
72 | # Provided Function (Ver 1.0.0 - local environment) | 75 | # Provided Function (Ver 1.0.0 - local environment) |
73 | 1. 사용자에게 웹 UI를 통한 편리성 제공 | 76 | 1. 사용자에게 웹 UI를 통한 편리성 제공 | ... | ... |
-
Please register or login to post a comment