Home
About
Documentation
People
Papers
Links

Getting Started

Step 1 - Download

Download the latest Triana release ( Download Triana).

 

Step 2 - Set Environment Variable

Set the TRIANA environment variable to the Triana home directory.

e.g. (from the command prompt)
  set TRIANA=C:\triana   (windows)
  setenv TRIANA=/home/user/triana   (unix - tcsh)
  export TRIANA=/home/user/triana   (unix - bash)

Windows Users Note: When installing Triana and the Java JDK please ensure that the directory path you use for each does not include any spaces in the directory names. Failure to do so will cause Triana (and most other Java applications) to not run.

 

Step 3 - Build Triana

Run the Triana build script (buildTriana), which is located in the triana/bin directory

e.g. (from the command prompt)
  C:\triana\bin\buildTriana   (windows)
  /home/user/triana/bin/buildTriana   (unix)

 

Step 4 - Run Triana

Run Triana using the triana script located in the triana/bin directory

e.g. (from the command prompt)
  C:\triana\bin\triana   (windows)
  /home/user/triana/bin/triana   (unix)

 

 



home |about|docs|people|papers|links

� Cardiff University 2003. Contact webmaster@trianacode.org