Ignore:
Timestamp:
2013-01-09T11:38:16+13:00 (11 years ago)
Author:
davidb
Message:

Minor set of bug-fixes to files when testing out in Chris's account

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/i-greenstone-server/trunk/src/README.txt

    r26475 r26612  
    77  source ./devel.bash
    88
     9  Note: For now the easiest thing to do is to first of all edit
     10  JAVA_HOME, ANDROID_SDK_HOME in this file and change to valid values
     11  for your environment
     12 
    913Then run in order:
    1014
     
    1216  ./RESET.sh
    1317
     18  ./CUSTOMIZATION.sh
     19 
    1420  ./REBRAND.sh
    1521
    16   ./CUSTOMIZATION.sh
    1722
    1823
     
    2328  followed by untarring the provided tarball.
    2429
     30  If you are behind a proxy, change the conf/settings.xml in maven folder:
     31 
     32    <proxies>
     33    <!-- proxy
     34     | Specification for one proxy, to be used in connecting to the network.
     35     |
     36    <proxy>
     37      <id>optional</id>
     38      <active>true</active>
     39      <protocol>http</protocol>
     40      <username>proxyuser</username>
     41      <password>proxypass</password>
     42      <host>proxy.host.net</host>
     43      <port>80</port>
     44      <nonProxyHosts>local.net|some.host.com</nonProxyHosts>
     45    </proxy>
     46    -->
     47  </proxies>
     48 
     49  For CMS:
     50  proxy.cms.waikato.ac.nz
     51  port 3128
    2552
    2653
     
    2855
    2956
    30 
Note: See TracChangeset for help on using the changeset viewer.