-
Notifications
You must be signed in to change notification settings - Fork 175
Windows
G. Hemingway edited this page Jan 6, 2016
·
1 revision
- Clone git repo:
git clone ...
- Put CAD model data (in folders) into ./data directory
- Install latest Node.js for Windows (NodeJS)
- Install latest Redis for Windows (Redis)
- Setup config.json with IP and port for Redis (default port 6379)
- Install webpack:
npm install webpack -g
- Install all CAD.js dependencies:
npm install
- Build CAD.js client:
webpack
- Run CAD.js server:
node .\src\server\api_server.js -e development