Home
home

Step 4. Server Configuration

WXR 플랫폼은 Node.js 프레임워크를 기반으로 구축되었습니다

1. Node.js 설치

다음의 링크 접속 후 Windows → 64-bit 설치 (2023.06 기준 18.16.x)
LTS(Long Term Support) 버전으로 설치
(window10 기준) 설치과정 중 기타 툴 설치 체크박스 체크
node.js 설치 확인
node -v
Shell
복사

2. 의존 모듈 설치 & 서버 설정

CMD → WXR-Platform-Server-develop 폴더로 이동 후 설치 (CMD 경로 이동방법)
cd "C:\WXR\WXR-Platform-Server-develop”
Shell
복사
node MariaDB 연결
npm install mariadb
Shell
복사
서버 경로에서 npm install 실행
npm install
Shell
복사
WXR-Platform-Server-develop → app.js 파일 본인 설정에 맞게 수정
서버, rootca 키 및 인증서 경로 설정
Ctl + F : key 검색
Server Hostname 정보 설정
Ctl + F : 192.168.1 검색
WXR-Platform-Server-develop → DBpool.js MariaDB 셋업 정보로 수정 (설정했던 DB user)
Ctl + F : wxrDBadmin 검색