Ignore:
Timestamp:
2012-10-25T19:20:58+13:00 (12 years ago)
Author:
ak19
Message:

The build.xml file will now additionally call updateIndex CreateEmpty on installing Fedora Gsearch, so that the usual error message about an empty index doesn't appear when building with FLI for the first time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/fedora/README

    r26391 r26404  
    5505508. With tomcat running, configure fedoragsearch, which will adjust various config files. You will need to go into the deployed fedoragsearch webapps folder's FgsConfig folder first to be able to run the configuration target:
    551551
    552 <GS3>/packages/tomcat/webapps/fedoragsearch/FgsConfig>ant -f fgsconfig-basic.xml
    553 
    554 9. Run tomcat and check fedoragsearch has been properly installed by visiting:
     552    <GS3>/packages/tomcat/webapps/fedoragsearch/FgsConfig>ant -f fgsconfig-basic.xml
     553
     5549. With tomcat still running, run updateIndex once to create the empty index for the first time (by running the runRESTClient.sh script with the command: "host:port updateIndex createEmpty [indexName]")
     555
     556    ./<GS3>/packages/tomcat/webapps/fedoragsearch/client/runRESTClient.sh localhost:8383 updateIndex createEmpty FgsIndex
     557
     55810. Check fedoragsearch has been properly installed by visiting:
    555559http://localhost:8383/fedoragsearch/rest
    556560
Note: See TracChangeset for help on using the changeset viewer.