Changeset 26683
- Timestamp:
- 2013-01-11T15:25:48+13:00 (10 years ago)
- Location:
- gs3-extensions/i-greenstone-server/trunk/src
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-extensions/i-greenstone-server/trunk/src/README.txt
r26612 r26683 19 19 20 20 ./REBRAND.sh 21 22 ./COMPILE.sh 23 24 This should compile i-greenstone-server and create an APK file in the top-level folder. 25 Then, assuming you have an Android phone connected through USB, you would run the command: 21 26 27 adb install i-jetty-3.1-aligned.apk 22 28 29 Notes: 23 30 24 Notes: 31 When multiple devices are connected use 'adb devices' to view their serial IDs 32 and 'adb -s ID install ...' to select the device to install on. 33 ==== 34 35 This extension comes with a "pre-bundled" Greenstone3 web-apps (war file) located at: 36 <GSDL3SRCHOME>/ext/i-greenstone-server/CUSTOMIZATION/assets/ 37 suitable configured for Android -- but it may not be the latest and greatest version 38 of Greenstone3. If you want to create your own (i.e. suppose you want to pre-bundle 39 your own collections, etc.) then you should SVN checkout the "android-war" extension 40 (one-level up from where this README file is) and follow the README.txt in the 41 newly checked out extension. 42 ==== 25 43 26 RESET.sh when run the first time will untar the i-jetty-src tarball44 ./RESET.sh when run the first time will untar the i-jetty-src tarball 27 45 Subsequently running this will first delete the i-jetty-src folder, 28 46 followed by untarring the provided tarball. 29 47 ==== 48 30 49 If you are behind a proxy, change the conf/settings.xml in maven folder: 31 50 … … 48 67 49 68 For CMS: 50 proxy.cms.waikato.ac.nz 51 port 3128 69 proxy.cms.waikato.ac.nz 70 port 3128 71 ==== 52 72 53 73 54 74 55 56 -
gs3-extensions/i-greenstone-server/trunk/src/REBRAND.sh
r26612 r26683 67 67 echo 68 68 echo "***" 69 echo "* Now" 70 echo "* cd i-jetty-3.1/i-jetty-ui" 71 echo "* mvn clean install" 72 echo "* And run ./deploy.sh [id] to install and run on an Android device" 73 echo "* 'adb devices' will list all devices attached" 69 echo "* Now compile the i-jetty source code with:" 70 echo "* ./COMPILE.sh" 74 71 echo "***" 75 72 echo
Note:
See TracChangeset
for help on using the changeset viewer.