Skip to content

Getting started

Michele Sacchetti edited this page Aug 30, 2016 · 1 revision

Getting started

To start using pathfinder:

  • Checkout git repository and build the project

  • Learn how to start [pathfinder-server]

  • Integrate [pathfinder-maven-plugin] into your build chain to start collecting data

  • Deploy [pathfinder-web] over a path accessible by your favorite web browser (Apache or even local path will fit)

  • Read [Pathfinder User Guide] to start analyzing your projects

Building the project

JDK 8 or newer and a recent version of Maven are the only requirements for building the project.

However, if ports 8080 or 8686 are occupied on your system, integration tests of [pathfinder-server] will be failing. You need to change these defaults in pom.xml. Find and change values of <server.port> and <neo4j.db.port> or pass new values from command line. For example, mvn clean install -Dserver.port=8081

Clone this wiki locally