You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 10 Next »
Step - by - step guide on how to Install Insights Enterprise - Business logic
Refer here for installation steps if required.
(The above link is nexus enterprise repository which is restricted with user credentials. Use authorized credentials or contact DevOpsPlatformSupport@cognizant.com )
java -jar PlatformInsightsWebHook-<version>.jar
Example: java -jar PlatformInsightsWebHook-0.1.jar
nohup java -jar PlatformInsightsWebHook-<version>.jar &
{
"enableWebHookEngine" : true
}
java -jar PlatformEngine-<version>.jar
Example: java -jar PlatformEngine-0.1.jar
nohup java -jar PlatformEngine-<version>.jar
Back to Top