Project

General

Profile

« Previous | Next » 

Revision 8018

allow running the Harvester client without a source code checkout. (D. Blankman comments)

View differences:

harvester.rst
561 561
Running Harvester in a Command Window
562 562
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
563 563

  
564
To run Harvester in a Command Window (requires source code distribution):
564
To run Harvester in a Command Window:
565 565
 
566 566
1. Open a system command window or terminal window. 
567 567
2. Set the ``METACAT_HOME`` environment variable to the value of the 
568
   Metacat installation directory. 
568
   Metacat webapp deployment directory. 
569 569

  
570 570
   On Windows: 
571 571

  
......
599 599

  
600 600
   ::
601 601
   
602
     runHarvester.bat
602
     runHarvester.bat %METACAT_HOME%
603 603

  
604 604
   On Linux/Unix: 
605 605

  
606 606
   ::
607 607
   
608
     sh runHarvester.sh
608
     sh runHarvester.sh $METACAT_HOME
609 609

  
610 610
The Harvester application will start executing. The first harvest will occur 
611 611
after the number of hours specified in the ``metacat.properties file``. The 

Also available in: Unified diff