Download Pinpoint with git clone https://github.com/pinpoint-apm/pinpoint.git or download the project as a zip file and unzip.
Change to the pinpoint directory, and build.
Change to the quickstart testapp directory, and build. Let's build and run.
Change to the pinpoint directory, and run.
Get Started
You should see some output that looks very similar to this:
The last couple of lines here tell us that Spring has started. Spring Boot’s embedded Apache Tomcat server is acting as a webserver and is listening for requests on localhost port 8082. Open your browser and in the address bar at the top enter http://localhost:8082