Skip to content

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe

Notifications You must be signed in to change notification settings

tfain/psi-probe-1

 
 

Repository files navigation

PSI Probe Build Status

Contributions

Please follow GitHub Flow, with the following suggestions:

  • Ensure an issue exists before you begin work. If not, file one.
    • You can get input from others before you begin.
    • Issues power the release changelogs, so your change will be made known to users after it's done.
  • Keep changes minimal, and keep the scope narrow.
    • Avoid making formatting changes alongside functionality changes.
    • Avoid bumping version numbers or correcting spelling errors along with your changes unless they're necessary or in close proximity.
    • Feel free to make these sorts of corrections in a separate PR, though!

Building from Source

  1. Clone PSI Probe's git repository.

    Note: If you plan to contribute to PSI Probe, you should create your own fork on GitHub first and clone that. Otherwise, follow these steps to build the latest version of PSI Probe for yourself.

    Execute the following command:

    git clone https://github.com/psi-probe/psi-probe
    

    This will create directory called psi-probe. Subsequent steps will refer to this as "your PSI Probe base directory."

  2. Download and install Maven 3.

    You may download it from the Apache Maven website.

  3. Run Maven.

    Execute the following command from your PSI Probe base directory:

    mvn package
    

    This will create a deployable file at web/target/probe.war.

User Groups

About

Advanced manager and monitor for Apache Tomcat, forked from Lambda Probe

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 91.7%
  • JavaScript 5.5%
  • CSS 2.8%