source: gs3-extensions/meandre/trunk/src/README.txt

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

Text tidy up

  • Property svn:executable set to *
File size: 631 bytes
Line 
1
2#====
3# Infrastructure Server
4#====
5
6Start this server before the running the compact workbench. Type:
7
8 cd Meandre-Infrastructure-1.4.11
9
10 ant run # #> this will compile up the code if necessary
11
12 cd ..
13#
14#----
15
16
17#====
18# Compact Workbench Server
19#====
20
21
22To start the Compact *Workbench* server, type:"
23
24 cd Meandre-Workbench-Compact
25
26 ant run-fast
27
28 cd ..
29#
30#-----
31
32
33#====
34# Greenstone Components Foundry
35#====
36
37
38Order for compilation and installatin on a running Meandre Infastructure:
39
40 cd Greenstone-Components-Foundry
41
42 ant clean
43 ant dist
44 ./FIX-MISSING-VM-FILES.sh
45 ant upload-components
46
47 cd ..
48
49#
50#----
Note: See TracBrowser for help on using the repository browser.