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 2 Next »

Step - by - step guide on how to Install Insights Enterprise - Business logic

Prerequisite
  • Environment variable INSIGHTS_HOMEand server-config.json. 
    • Windows: Server 2 - SetEnvVariables.bat
    • Linux: insights_first.sh
  • Java
  • Apache-Tomcat

Refer here for installation steps if required.

Step1: Run PlatformInsightsWebHook

          (The above link is nexus enterprise repository which is restricted with user credentials. Use authorized credentials or contact DevOpsPlatformSupport@cognizant.com )

  • Run the downloaded jar using the command:
 java -jar PlatformInsightsWebHook-<version>.jar


Example: java -jar PlatformInsightsWebHook-0.1.jar

  • If you want to run the jar as a background service instead, use the below command:

nohup java -jar PlatformInsightsWebHook-<version>.jar &

Back to Top

  • No labels