Skip to content
G. Hemingway edited this page Jan 6, 2016 · 1 revision

Running CAD.js Server on Windows

  1. Clone git repo: git clone ...
  2. Put CAD model data (in folders) into ./data directory
  3. Install latest Node.js for Windows (NodeJS)
  4. Install latest Redis for Windows (Redis)
  5. Setup config.json with IP and port for Redis (default port 6379)
  6. Install webpack: npm install webpack -g
  7. Install all CAD.js dependencies: npm install
  8. Build CAD.js client: webpack
  9. Run CAD.js server: node .\src\server\api_server.js -e development
Clone this wiki locally