| SNNAP Installation Guide: Linux/UNIX
- Download JAVA 2 to the computer.
- Go to the java.sun, J2SE Downloads page: http://java.sun.com/j2se/downloads.html
- Select J2SE 1.4.1_01.
Detailed instructions can be found at: http://java.sun.com/j2se/1.4.1/install.html
- Download SNNAP.
- Open the website: http://snnap.uth.tmc.edu
- Go to the Download page and select either the SNNAP7 or SNNAP8 links.
- Save SNNAP in a directory of your choice (e.g. /C).
- Goto the directory and issue unzip SNNAP7.zip or unzip SNNAP8.zip, this will create a SNNAP7 or SNNAP8 directory.
- Move SNNAP7 or SNNAP8 to the desired place, e.g. /usr/local/ or your home directory with mv /C/SNNAP7(8)/usr/local.
NOTE: Path name cannot contain blank character.
- Run SNNAP in Linux.
- Login as root and edit /etc/profile, adding a line at the end, alias snnap="java -jar /usr/local/SNNAP7/SNNAP7.jar" or alias snnap="java -jar /usr/local/SNNAP8/SNNAP8.jar".
- Login as a normal user and type snnap, SNNAP will be launched.
|