-
Notifications
You must be signed in to change notification settings - Fork 3
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
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