source: other-projects/expeditee-release-kits/README.txt@ 28825

Last change on this file since 28825 was 28825, checked in by ak19, 10 years ago

Adding README file for setting up and running the expeditee-release-kits

File size: 1.4 KB
RevLine 
[28825]1Preliminaries:
2
3A. One-off steps
4
5You will need to have installed:
61. SVN
72. Ant
83. JDK 1.8 for Expeditee
9
101. Check out the expeditee release kits:
11svn co http://svn.greenstone.org/other-projects/expeditee-release-kits
12
132. Create a snapshots\expeditee folder
14
153. Create the file "snapshots\expeditee\rke-build.properties". It should contain:
16 version:1
17 projectname:Expeditee
18 <empty newline>
19
20For 64 bit linux it should contain:
21 version:1
22 projectname:Expeditee
23 x64:true*
24 <empty newline>
25
26
27
28B. Each time you want to run the release-kit:
29
30Set the environment:
311. Add SVN\bin to the PATH
322. Set ANT_HOME and add ANT_HOME\bin to the PATH
333. Set JAVA_HOME to JDK 1.8 and add JAVA_HOME\bin to the PATH
34
354. Add your expeditee-release-kits\bin to the PATH.
36E.g. on Windows
37 cd c:\Research\Nightly\tools\expeditee-release-kits\bin
38 set PATH=%CD%;%PATH%
39
40E.g. on Linux/Mac:
41 export PATH=/Volumes/Research/jts21/expeditee-release-kits/bin:$PATH
42
43Toro is the Mac we use and JDK1.8 is located in /Volumes/Research
44Jeremy's Linux under his jts21 account is what's used to generate the Linux binary.
45
46(5. If you have any file-locking issues, you may want to delete the contents of the snapshots\expeditee folder, all EXCEPT the rke-build.properties file)
47
486. Go to your snapshots\expeditee folder and run "rke":
49 cd snapshots\expeditee
50 rke
51
Note: See TracBrowser for help on using the repository browser.