A new documentation is available for Squash TM 2.0 and later versions, check it here
1. Install Squash TM: extract the files from the .tar.gz archive in /opt
2. Populate the database with SQL scripts located in:
/opt/squash-tm/database-scripts
3. Make the startup.sh file executable:
chmod+x /opt/squash-tm/bin/startup.sh
4. Add the database connection information to startup.sh (to install a new database, see 2.05 - Installing another database (recommended)):
DB_URL="jdbc:mysql://localhost:3306/squashtm" ou "jdbc:postgresql://localhost:5432/squashtm"
DB_TYPE="mysql" ou "postgresql"
DB_USERNAME="squash-tm"
DB_PASSWORD="initial_pw"
5. Launch Squash TM with:
cd /opt/squash-tm/bin
./startup.sh &