FLI, the Fedora Librarian Interface: A Purpose of FLI: FLI is built on top of GLI. Just as with GLI, it allows you to drag-and-drop documents into a collection which it will then build. The building process of FLI is different in that it will export the documents into a Fedora repository. B Some limitations and workarounds - fli.sh launches a modified gli.sh. But fli.bat launches gli.bat which has yet to be edited to work for both gs3 and gs2. In other words, at present the Windows fli.bat should be used when working with Greenstone 2, and fli4gs3.bat when working with Greenstone 3. - You need the Greenstone server to be running on the same machine as where your Fedora machine is running. This may not be a requirement in the future. - fli.sh will at present put documents into the Fedora repository if Greenstone is running locally to FLI (as opposed to a remote Greenstone server). It's the intention to fix this discrepancy soon. But if you want an immediate solution, what you need to do is: * Stop the fedora server * Go to $FEDORA_HOME/tomcat/conf/Catalina// (where $FEDORA_HOME is your Fedora installation folder) Finding out what the last folder should be is tricky, but if you look inside $FEDORA_HOME/tomcat/conf/Catalina/, there should already be a folder with the required fedora hostname. * Create a file containing this XML: Where this would be $GSDLHOME/web/sites/localsite for Greenstone 3, and just plain $GSDLHOME for Greenstone 2. (Note that in both cases, it has to be the full path to the parent directory of the "collect" directory.) * restart the fedora server * Now you can run FLI as described below. C Prerequisites for running FLI: - You need Greenstone 2 or 3 - You need Fedora installed (which would have required you to set the environment variables FEDORA_HOME, CATALINA_HOME and JAVA_HOME). And: * if the version you have installed is Fedora 2.*, then you need to add a new environment variable called FEDORA2_HOME to point to where you have Fedora 2.* installed. * if you have Fedora 3.* installed, then you have to add a new environment variable called FEDORA3_HOME to point to where you have it installed. - You need the Greenstone server running on the same machine as where you're Fedora server is installed. D Running FLI: - If you have more than one Greenstone installed (Greenstone 2 and Greenstone 3), then first run the setup file for the Greenstone installation you want to use, so that your Greenstone environment is set up. If you were on linux, you would have to source the setup scripts by going into the Greenstone installation directory and typing source setup.bash if it is Greenstone 2. And source gs3-setup.sh if it is Greenstone 3. If you're on Windows you would run setup.bat in the Greenstone 2 folder or gs3-setup.bat in the Greenstone 3 folder. - If you're using a linux xterm, you'd go into Greenstone's gli folder and type: ./fli.sh If you're on Windows, go into Greenstone's gli folder and double-click on fli.bat - Once FLI starts up, it will ask you to the Fedora server details and your Fedora username and password to access the Fedora repository. - Drag and drop documents into a collection as before, go to the Build tab and press the Build button. Once the building is finished, pressing the preview button will open the browser onto the Fedora search page. - If you have other digital objects in your Fedora repository besides the content generated by Greenstone, you will have to type "greenstone:*" (or just "greenstone*") in the search box--with the quotes. If your Fedora repository only contains documents built in FLI, then pressing just the search button should be fine.