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-09 22:44:46 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f1ef1b5a801c570c106266b3c88a1325079af1d0
f1ef1b5a
1 parent
28b2dfa1
Update README.md
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
README.md
README.md
View file @
f1ef1b5
...
...
@@ -47,9 +47,27 @@ localhost:3000
```
# Building (Ver 2.0.0 - Web hosting environment)
1.
Web Page
1.
install
```
https://www.screensaver.ml:23023/
git clone http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver.git
```
2.
폴더 이동
```
cd screensaver_2
```
3.
change https settings
[
bin/www
](
http://khuhub.khu.ac.kr/2015104201/OSS2020-2_Screensaver/blob/master/screensaver/bin/www
)
```
const domain = "www.screensaver.ml";
const sslport = 23023;
```
4.
Download dependencies
```
npm install
```
5.
Run
```
node bin/www
```
# Provided Function (Ver 1.0.0 - local environment)
...
...
Please
register
or
login
to post a comment