#==== # Infrastructure Server #==== Start this server before the running the compact workbench. Type: cd Meandre-Infrastructure-1.4.11 ant run # #> this will compile up the code if necessary cd .. # #---- #==== # Compact Workbench Server #==== To start the Compact *Workbench* server, type:" cd Meandre-Workbench-Compact ant run-fast cd .. # #----- #==== # Greenstone Components Foundry #==== Order for compilation and installatin on a running Meandre Infastructure: cd Greenstone-Components-Foundry ant clean ant dist ./FIX-MISSING-VM-FILES.sh ant upload-components cd .. # #----