Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top66
top66


Tip

Looking for setup guidelines?

The guidelines for PlatformUI 2.0 setup contains the initial setup procedures including InstallationConfigurations and various Commands to set the development environment on your local machine.


Expand
titlePrerequisite
  • Node.js

Expand
titleSteps to setup Development Environment


Info

%WORKSPACE%  is the directory which contains InSights - Development Platform.

  • Install bower using:

npm install bower -g

  • Install live-server using:

npm install live-server -g

  • Install grunt using:

npm install grunt -g

  • Change working directory("%WORKSPACE%\Insights\PlatformUI2.0").
  • Install bower dependencies using command:

bower install

  • Install node_module dependencies using command:

npm install

  • Install tsd dependencies using command:

tsd install

  • From the directory(%WORKSPACE%\Insights\PlatformUI2.0), run command:

grunt

  • From the directory(%WORKSPACE%\Insights\PlatformUI2.0\app), run command:

live-server