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 7 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 (%WORKSPACE%\devopsplatform\PlatformUI2.0) directory, run command: grunt --force

  • From the (%WORKSPACE%\devopsplatform\PlatformUI2.0\app) directory, run command: live-server       
  • No labels