Ignore:
Timestamp:
2012-10-24T16:00:45+13:00 (11 years ago)
Author:
ak19
Message:

Minor changes and updates to README. It also needed to updated in the tar.gz file since the instructions on using the delete collection script hadn't been added in there yet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/fedora/README

    r26382 r26384  
    187187
    188188Deleting a Fedora GS3 collection is accomplished with the following 2 steps:
    189 - g2f-deletecol.pl -hostname localhost -port 8383 -password pounamu -removeold -collectdir /<GS3>/web/sites/localsite/collect fedora1
     189- Run the g2f-deletecol.pl script over the collection to be deleted. Assuming the collection is called fedora1, you'd run:
     190    g2f-deletecol.pl -hostname localhost -port 8383 -password pounamu -removeold -collectdir /<GS3>/web/sites/localsite/collect fedora1
    190191- manually delete the Greenstone collection directory from the filesystem
    191192
     
    215216
    216217All these files get converted to filenames without the ".in" suffix upon installation, and placeholder strings in these template files get replaced. The replacements are on the strings
    217 - @GSDL3SRCHOME@,
    218 - @FEDORA_HOME@ (set to gsdl3srchome/ext/fedora3),
    219 - @tomcatserver@,
    220 - @tomcatport@,
    221 - @tomcatshutdownport@,
    222 - @fedorapassw@.
     218- @GSDL3SRCHOME@
     219- @FEDORA_HOME@ (set to gsdl3srchome/ext/fedora3)
     220- @tomcatserver@
     221- @tomcatport@
     222- @tomcatshutdownport@
     223- @fedorapassw@
    223224Except for the first, which needs to be set when running the Fedora extension's ant targets, all the remaining ones can be specified
    224225
     
    244245a. The changes to web.xml are that the authorisation filters are commented out:
    245246
    246 <!--    <filter-mapping>
     247<!--
     248    <filter-mapping>
    247249      <filter-name>EnforceAuthnFilter</filter-name>
    248250      <servlet-name>AxisServlet</servlet-name>
     
    338340********************************************************************************************************************
    339341
    340 When installing Fedora, you can choose to install it outside Greenstone, and also instruct it to use its own tomcat. However, in the following, /GS3/ext/fedora3 is still assumed to be FEDORA_HOME and hence Fedora's installation location and it's assumed to be installed to use Greenstone's tomcat.
     342When installing Fedora, you can choose to install it outside Greenstone, and also instruct it to use its own tomcat. However, in the following instructions, Fedora's installation location (FEDORA_HOME) is still taken to be /GS3/ext/fedora3, since it's assumed Fedora is be installed to use Greenstone's tomcat.
    341343
    342344The Fedora GSearch war file will need to be unpacked in the tomcat/webapps folder of whichever tomcat Fedora is using. In the following, this is still Greenstone's tomcat.
    343345
    344 Wherever Fedora is installed, that's where the digital objects and their datastreams will be stored, and that's where Fedora GSearch will create its GSearch index.
     346In whichever location Fedora is installed, that's where Fedora will store its digital objects and their datastreams, and that's where Fedora GSearch will create its GSearch index.
    345347
    346348
     
    5325342. </GS3/ext/>fedora3/server/logs/fedora.log for Fedora error logging.
    533535
    534 3. To turn on FedoraGSearch's logging of debug statements (Huge files, can reach 500 Mb in a day. Do this only when debugging):
     5363. To turn on FedoraGSearch's logging of debug statements (Huge files, can reach 500 Mb in a day if rebuilding the demo collection. So you may want to switch this off when not debugging by setting the debug level to INFO):
     537
    535538- /<GS3>/packages/tomcat/webapps/fedoragsearch/WEB-INF/classes/log4j.xml is already set to output DEBUG statements and higher logging levels
    536539- So open </GS3/ext/>fedora3/server/logs/fedoragsearch.daily.log to look at debug messages in case fedoragsearch doesn't work as expected.
Note: See TracChangeset for help on using the changeset viewer.