-
Notifications
You must be signed in to change notification settings - Fork 55
웹서버 설정
Limhojun edited this page Mar 9, 2017
·
2 revisions
-
node Setup
npm install --save-dev yargs express url compression request
-
Server Execution
C:\git\repository\mago3djs>node server.js
-
apache Setup
"C:\git\repository\conf
httpd.conf 설정
아파치 홈 디렉토리 ServerRoot"c:/apache" ServerName localhost:80
DocumentRoot"C:\git\repository\mago3djs"
-
Server Execution
C:\apache\bin
httpd.exe 실행