LStore client installation: Difference between revisions

From ReddNet
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 3: Line 3:
Setup file
Setup file
---------------------------
---------------------------
tar -zxf client.tgz
tar -zxf client.tgz
cd  client
cd  client
CP=
CP=
for a in $(find $(pwd))
for a in $(find $(pwd))
do
do
CP=$CP:$a
CP=$CP:$a
done
done
export CP
export CP
alias lstcp="java -cp $CP edu.vanderbilt.accre.lstore.client.Lstcp"
alias lstcp="java -cp $CP edu.vanderbilt.accre.lstore.client.Lstcp"
---------------------------
---------------------------


lstcp --help for usage information
lstcp --help for usage information

Revision as of 08:21, 5 May 2006

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