Skip to content

How to install PINT

Salvador Martínez de Bartolomé edited this page May 17, 2018 · 20 revisions

Download PINT

Go to http://sealion.scripps.edu/PINT to get the latest version of the war file pint.war

Deploy PINT in a web application server

Since PINT is a web application, you first have to setup an application server. Web application servers are programs that runs in the web server and allow to deploy a web application, in this case, a Java web application. One of the most popular web application servers is Apache Tomcat. You can go to that link and follow the instructions to install it in your server.

Once you have the web application server installed and running you can copy the pint.war file into the applications folder of the web application server. In case of tomcat, copy pint.war to $tomcat_folder/webapps. Just copying it, will deploy PINT into the server and will be accessible through the URL http://your_server//pint

But first, you need to install the mySQL database that PINT where PINT is going to store the data.

Install PINT database