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/README.txt

    r23883 r23970  
    66
    77It relies on the environment variable ANDROID_SDK_HOME to determine
    8 where Android's SDK lives on your file system (primarily to be able to
    9 run 'adb' and 'dex').  If this is not set prior to running the scripts
    10 this extension provides, it can be set explicitly in setup.bash/bat.
     8where the Android SDK lives on your file system, in a similar way
     9JAVA_HOME gets used by many programs to determin where Java is
     10installed on a particular computer.  The key programs we need to run
     11from the Android SDK are 'adb' and 'dex'.  The most straight forward
     12way to control this variable is to:
     13
     14  cp setup-android.bash.in setup-android.bash
     15
     16and then edit 'setup-android.bash' the value of **ANDROID-SDK-HOME**
     17to be the top-level directory of where the Android SDK was installed to.
     18
     19Having done this, source the main setup file:
     20
     21  source setup.bash
     22
     23which automatically sources setup-android.bash if the ANDROID_SDK_HOME
     24environment variable isn't set.
    1125
    1226Having sourced the setup file the two main steps are:
     
    1933The first step typically only needs to be done once. The second step is
    2034composed of three sub-steps, and may require the last two sub-steps to
    21 be repeated if the Java code is changed.
     35be repeated if the Java code has been modified.
    2236
    2337Step 1
     
    3246need to have enabled it's application 'Development' mode (under
    3347Settings->Application)
     48
     49*************
     50**Important**
     51*************
     52
     53Having installed i-jetty, find the application on the Android device
     54and launch it (but you don't have to go as far as starting the i-jetty
     55server from within this application).  Launching i-jetty completes the
     56installation of the application by creating the 'jetty' folder on the
     57Android's SD-card, and populating it with the default configuration
     58files for i-jetty.  The 'jetty' folder is needed for your setup procedure
     59as it is where Greenstone-3 will be installed to.
    3460
    3561
Note: See TracChangeset for help on using the changeset viewer.