source: gs3-extensions/i-greenstone-server/trunk/src/README.txt@ 26612

Last change on this file since 26612 was 26612, checked in by davidb, 11 years ago

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

File size: 1.1 KB
Line 
1
2This extension was developed under Cygwin on Windows. It has not be tested
3on any other OS.
4
5Start by sourcing the developer setup file:
6
7 source ./devel.bash
8
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
13Then run in order:
14
15
16 ./RESET.sh
17
18 ./CUSTOMIZATION.sh
19
20 ./REBRAND.sh
21
22
23
24Notes:
25
26 RESET.sh when run the first time will untar the i-jetty-src tarball
27 Subsequently running this will first delete the i-jetty-src folder,
28 followed by untarring the provided tarball.
29
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
52
53
54
55
56
Note: See TracBrowser for help on using the repository browser.