source: other-projects/hathitrust/wcsa/vol-checker/SETUP.bash.in@ 31324

Last change on this file since 31324 was 31324, checked in by davidb, 7 years ago

More accurate name

File size: 289 bytes
Line 
1
2export VOL_CHECKER_HOME=`pwd`
3
4if [ "x$JAVA_HOME" != "x" ] ; then
5 export JAVA_HOME=/home/greenstone/jdk1.8.0_25
6 export PATH=$JAVA_HOME/bin:$PATH
7 echo "Set JAVA_HOME and added JAVA_HOME/bin to PATH"
8fi
9
10jetty_dist=jetty-distribution-7.6.21.v20160908
11jetty_tar="$jetty_dist.tar.gz"
12
13
Note: See TracBrowser for help on using the repository browser.