Ignore:
Timestamp:
2012-05-16T11:03:22+12:00 (12 years ago)
Author:
davidb
Message:

Restructuring scripts to prepare all files needed on the sd-card locally, before pushing across to device

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/i-jetty/trunk/src/setup.bash

    r23970 r25606  
    5353fi
    5454
     55export PREPARE_SDCARD_GSDL3HOME=`pwd`/war/greenstone3/
     56
    5557if [ "x$SDCARD_WEBAPPS" != "x" ] ; then
    5658  export SDCARD_GSDL3HOME=$SDCARD_WEBAPPS/greenstone3/
     
    5860  echo "  Using:"
    5961  echo ""
     62  echo "     $PREPARE_SDCARD_GSDL3HOME"
     63  echo ""
     64  echo "  as the *preparation* area for the Greenstone servlet"
     65  echo ""
     66  echo "  Using:"
     67  echo ""
    6068  echo "     $SDCARD_GSDL3HOME"
    6169  echo ""
    62   echo "  as the installation point for the Greenstone servlet"
     70  echo "  as the *installation* point for the Greenstone servlet"
    6371  echo ""
    6472fi
Note: See TracChangeset for help on using the changeset viewer.