pegasystems / pega-alertanalyzer

AlertAnalyzer is a tool that can be used to analyze PegaRULES ALert log files and render insights into performance issues
Apache License 2.0
11 stars 5 forks source link

Add a readme which explains how to use this project #9

Closed feenr closed 5 years ago

feenr commented 5 years ago

This project requires a readme that explains how to deploy this project. It's not at all obvious since it needs to be deployed as a war on an app server.

rootExplorr commented 5 years ago

Can you describe the process of deployment ?

feenr commented 5 years ago

The war can be generated by executing the ./gradlew build command. It will be placed in the /build/libs folder. The war can then be deployed on a running tomcat server by dropping it into the webapps folder, or by using the web interface. I'll also update the Readme shortly with instructions for running in docker.

feenr commented 5 years ago

@ramasCoder I didn't see your PR for adding a dockerfile until I had worked on it myself. Please see: https://github.com/pegasystems/pega-alertanalyzer/pull/12

rootExplorr commented 5 years ago

Not an issue , would be happy to contribute next time 💯

feenr commented 5 years ago

@ramasCoder If you're still interested to contribute, you can try to use the docker plugin as suggested by @cdancy here: https://github.com/pegasystems/pega-alertanalyzer/pull/12#issuecomment-435943666