Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: continued editing to replace "/tomcat" with "/base"

...


7. Edit the file $FEDORA_HOME/tomcatbase/webapps/fedoragsearch/FgsConfig/fgsconfig-basic-for-islandora.properties. The entries below are of an example setup.

...

Note

Gsearch properties files are sensitive.  A space after the text at the end of a line may cause that entry to fail.

 

7. Edit $FEDORA_HOME/tomcatbase/webapps/fedoragsearch/FgsConfig/fgsconfig-basic.xml (replace 'fgsconfig-basic.properties' with 'fgsconfig-basic-for-islandora.properties'):

...


8. Navigate to $FEDORA_HOME/tomcatbase/webapps/fedoragsearch/FgsConfig/and run Apache ant on fgsconfig-basic.xml

Code Block
languagebash
$ cd /usr/local/fedora/tomcatbase/webapps/fedoragsearch/FgsConfig/
$ ant -f fgsconfig-basic.xml

...