2 Building
Manoj Patel редактировал(а) эту страницу 2016-06-06 18:11:33 -07:00

Getting Setup

Prerequisites

Building

  1. npm install to install packages
  2. npm install -g gulp
  3. npm install -g typings
  4. typings install to get typescript definitions
  5. gulp build
    • gulp build --x64 or gulp build --ia32 as per your environment

Running

  1. If you are using a VM, install node on the VM
  2. copy the built directory to the VM
  3. cd built\script
  4. node edgeAdapter.js