
Example:
% cd $HOME
% gunzip JAM-2.11.tar.gz
% tar -xvf JAM-2.11.tar
Example: (csh)
% setenv CLASSPATH $CLASSPATH:$HOME/JAM-2.11/src/
Example: (ksh)
% export CLASSPATH=$CLASSPATH:$HOME/JAM-2.11/src/
Example:
% mkdir -p $HOME/JAM_bin/$ARCH
Example: (csh)
% setenv PATH $PATH:$HOME/JAM_bin
Example: (ksh)
% export PATH=$PATH:$HOME/JAM_bin
Example:
% mv $HOME/JAM-2.11/JAMimages $HOME/html
Alternatively you can make a link to the JAMimages directory.
Example:
% cd $HOME/html
% ln -s $HOME/JAM-2.11/JAMimages JAMimages
Each test environment contains Datasets and configuration files for 2-3 JAM sites (clients). The only work you will need to do in preparation for running JAM on one of the datasets is to make minor modifications to each of the JAM client configuration files. For example, to run JAM with 3 participants on the SJ data, you must edit the configuration files:
$HOME/JAM-2.11/demo/crx/mango/DataSite.config
- $HOME/JAM-2.11/demo/crx/orange/DataSite.config
- $HOME/JAM-2.11/demo/crx/strawberry/DataSite.config
dynamo.cs.columbia.edu and to port to 8175 .
# The host for Configuration File Manager ############################################## CONFIGFILE_HOST=dynamo.cs.columbia.edu CONFIGFILE_PORT=8175
If you followed the installation directions exactly, the IMAGE_DIR_URL is the JAMimages/ directory which you installed in your public html directory. The example below is for the JAM site identified as "mango".
# The directory containing images for # standard parts of the animation. # # Note: Expected gifs in this directory include: # data.gif ...representation of data # local.gif ...local representation of this JAM site # engine.gif ...representation of learning engine # default.gif # metac.gif ...meta-classifier image ############################################## IMAGE_DIR_URL=http://www.cs.columbia.edu/~andreas/JAMimages/mango/
And that's it. Follow the steps for editing the configuration file for each JAM client. You are ready to run JAM.