|
Running ADF from the Command Line
To run ADF from the command line, you need to set the usual environment variables.
See the generic Installation Guide for more information.
The ADFHOME environment variable will need to be set to the
adf directory in the ADF directory that you installed above.
The SCMLICENSE environment variable will need to be set to the file called
license, which you installed in the ADF directory.
Assuming you installed the ADF directory in Applications,
here are some shell commands that you could issue to setup the ADF environment
in a Bourne-shell like bash.
These commands would typically be added to the .profile file in
your home directory.
export ADFHOME=/Applications/adf2006.01/adfhome
export ADFBIN=$ADFHOME/bin
export ADFRESOURCES=$ADFHOME/atomicdata
export SCMLICENSE=/Applications/adf2006.01/license
export SCM_TMPDIR=/var/tmp
|