Skip to content

Files

Latest commit

001681f · Apr 3, 2020

History

History
59 lines (36 loc) · 1.01 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.01 KB

econo-website

전남대 에코노베이션 개발 동아리 홍보 웹사이트 제작

Installation

>> npm install
>> node app.js

Deploy

>> ssh <이름>@<IP> -p 222
>> password

(최초 github에서 소스코드 클론하기)
>> cd /var/node
>> git clone https://github.com/JNU-econovation/econo-homepage/ 

(업데이트 시 수정된 소스코드 반영하기)
>> cd /var/node/econo-website
>> git pull origin master (업데이트 시)

>> npm install -g forever (처음)

>> forever stopall (백드라운드에 실행중인 프로세스 종료)
>> npm install
>> forever start app.js 

접근 권한에 따라 sudo 명령어가 필요할 수 있음

파일 구성

  • express 소스 코드 -> app.js

  • view 폴더

    • page
      • 화면 출력되는 페이지
      • content, include(navigation, footer 등)을 포함하고 있다.
    • content
      • 내용이 들어가는 곳
    • include
      • 내용이 중복되는 것들
      • navigation
      • footer