LStore client installation

From ReddNet
Revision as of 10:33, 5 May 2006 by 129.59.169.227 (talk)
Jump to navigation Jump to search

Need java 1.5+ set up in PATH for now.

Setup file


tar -zxf client.tgz

cd client

CP=

for a in $(find $(pwd))

do

CP=$CP:$a

done

export CP

alias lstcp="java -cp $CP edu.vanderbilt.accre.lstore.client.Lstcp"


lstcp --help for usage information

There is a server that you can use running at lserver01.accre.vanderbilt.edu