Before you install SAIL you need to have Apache Tomcat (version 6 or 7 recommended) and the latest version of MySQL. To install SAIL follow the instructions:
- Download the latest stable version of SAIL from here: SAIL.war
- Deploy the WAR file using the Tomcat manager interface
- Use the sail.sql file to create the structure of the database
- Edit the file web.xml in the WEB-INF directory of the installed instance and add the location and name of the sail database and the user and password to access it.
- Restart the SAIL instance in Tomcat