Showing
1 changed file
with
20 additions
and
2 deletions
| ... | @@ -47,9 +47,27 @@ localhost:3000 | ... | @@ -47,9 +47,27 @@ 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 | -1. Web Page | 50 | +1. install |
| 51 | ``` | 51 | ``` |
| 52 | -https://www.screensaver.ml:23023/ | 52 | +git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git |
| 53 | +``` | ||
| 54 | +2. 폴더 이동 | ||
| 55 | +``` | ||
| 56 | +cd screensaver_2 | ||
| 57 | +``` | ||
| 58 | +3. change https settings | ||
| 59 | +[bin/www](http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver/bin/www) | ||
| 60 | +``` | ||
| 61 | +const domain = "www.screensaver.ml"; | ||
| 62 | +const sslport = 23023; | ||
| 63 | +``` | ||
| 64 | +4. Download dependencies | ||
| 65 | +``` | ||
| 66 | +npm install | ||
| 67 | +``` | ||
| 68 | +5. Run | ||
| 69 | +``` | ||
| 70 | +node bin/www | ||
| 53 | ``` | 71 | ``` |
| 54 | 72 | ||
| 55 | # Provided Function (Ver 1.0.0 - local environment) | 73 | # Provided Function (Ver 1.0.0 - local environment) | ... | ... |
-
Please register or login to post a comment