Skip to content

에코노베이션 소개/홍보를 위한 홈페이지

Notifications You must be signed in to change notification settings

JUDONGHYEOK/econo-homepage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

에코노베이션 소개/홍보를 위한 홈페이지

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 42.5%
  • CSS 33.0%
  • EJS 16.4%
  • SCSS 6.2%
  • HTML 1.9%