웹서버 설정 - Gaia3D/mago3djs GitHub Wiki

1. node

Steps:

  1. node Setup
    npm install --save-dev yargs express url compression request
  2. Server Execution
    C:\git\repository\mago3djs>node server.js

2. apache

Steps:

  1. apache Setup
    "C:\git\repository\conf httpd.conf 설정
    아파치 홈 디렉토리 ServerRoot "c:/apache" ServerName localhost:80
    DocumentRoot "C:\git\repository\mago3djs"
  2. Server Execution
    C:\apache\bin httpd.exe 실행
⚠️ **GitHub.com Fallback** ⚠️