Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

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.


 Prerequisite
  • Node.js
 Steps to setup Development Environment

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

  • Install bower using:

npm install bower -g

  • Install live-server using:

npm install live-server -g

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

bower install

  • Install node_module dependencies using command:

npm install

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

grunt

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

live-server       

  • No labels