Requirements
S2S needs:
- a version 1.5+ of the Sun Java Virtual Machine. Non official versions of Java (like gcj) are not suitable for S2S.
- an internet connection (S2S consumes several Web Services)
- a 2-buttons mouse is also highly recommended
Installation and start of S2S
- Step 1: download the last version
- Step 2: unzip the tar.gz file by double-clicking on it or by typing "tar -xzvf your_file.tar.gz" in a terminal
- Step 3: inside the S2S directory, double-click on the s2s.jar file or type "java -jar s2s.jar" using a terminal (if you need more memory, type "java -Xmx600M -Xms600M -jar s2s.jar" to get 600M of memory for example)
- Step 4: from the S2S splash screen, connect to localhost
Please note that you have to install S2S in a location where you have the rights to create new files. S2S creates several temporary files in its tmp subdirectory.