Ignore:
Timestamp:
2011-04-29T13:22:22+12:00 (13 years ago)
Author:
davidb
Message:

Mod/improvement to scripts based on fresh round of installing Greenstone on an Android phone

File:
1 edited

Legend:

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

    r23931 r23970  
    5757  echo ""
    5858  echo "  Using:"
     59  echo ""
    5960  echo "     $SDCARD_GSDL3HOME"
     61  echo ""
    6062  echo "  as the installation point for the Greenstone servlet"
    6163  echo ""
     
    7880
    7981echo ""
     82echo "======"
    8083echo "If this is the first time you have installed Greenstone on the Android device, "
    8184echo " run:"
     85echo ""
     86echo "   adb install i-jetty-2.2-signed.apk"
     87echo ""
     88echo "to install jetty on your device, followed by"
     89echo ""
    8290echo "  ./WEBAPP-ROOT-TO-SDCARD.sh"
    8391echo ""
     92echo "to set up tGreenstone's 'web' directory within the i-jetty webapps area."
    8493echo "Then:"
    8594echo ""
    8695echo "  ./JAVA-TO-DEX.sh"
     96echo ""
     97echo "to cross-compile Greenstone java code to the Android DEX format."
     98echo ""
     99echo "Finally run:"
     100echo ""
     101echo "  ./DEX-TO-SDCARD.sh"
     102echo ""
     103echo "to install the cross-compiled files on the Android device"
     104echo "======"
    87105echo ""
    88106
     
    90108
    91109
     110
     111
Note: See TracChangeset for help on using the changeset viewer.