source: other-projects/trunk/gs3-webservices-democlient/docs/HowToFiles/8RunFedoraLibrarianInterface.html@ 15762

Last change on this file since 15762 was 15762, checked in by ak19, 16 years ago

Updates - since FLI has now been tested on Windows and the demo-client has been tested against Fedora 3.0 (updates also include how to use GSearchInstaller)

File size: 3.5 KB
RevLine 
[15390]1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2
3<html>
4<head>
5<title>Running FLI, the Fedora Librarian Interface</title>
6</head>
7<body>
8<a href="index.html">Back to index page</a>
9
10<h1>Running FLI, the Fedora Librarian Interface</h1>
11
12<h2>Sections</h2>
13<ul>
14<li><a href="#A">A The purpose of FLI</a></li>
15<li><a href="#B">B Some limitations</a></li>
16<li><a href="#C">C Prerequisites for running FLI</a></li>
17<li><a href="#D">D Running FLI</a></li>
18</ul>
19
20
21<h2><a name="A">A The purpose of FLI</a></h2>
[15398]22<p>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 <b>Fedora</b> repository.</p>
[15390]23
24<h2><a name="B">B Some limitations</a></h2>
25<ul>
26<li>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.
27</li>
[15762]28<li>You need the Greenstone server to be running on the same machine as where your Fedora machine is running. This <i>may</i> not be a requirement in the future, but it is at present.</li>
[15390]29</ul>
30
31<h2><a name="C">C Prerequisites for running FLI</a></h2>
32<ul>
33<li>You need Greenstone 2 or 3</li>
[15762]34<li>You need Fedora installed (which would have required you to set the environment variables FEDORA_HOME, CATALINA_HOME and JAVA_HOME, which are also needed by FLI). And:
[15390]35<ul>
36<li>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.
37</li>
38<li>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.
39</li>
40</ul>
41</li>
[15762]42<li>You need the Greenstone server running on the same machine as where your Fedora server is installed.</li>
[15390]43</ul>
44
45<h2><a name="D">D Running FLI</a></h2>
46<ul>
47<li>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.<br />
[15398]48If you were on linux, you would have to source the setup scripts by going into the Greenstone installation directory.<br />
49For Greenstone 2, you'd have typed:
[15390]50<pre>source setup.bash</pre>
[15398]51And for Greenstone 3:
[15390]52<pre>source gs3-setup.sh</pre>
53If you're on Windows you would run setup.bat in the Greenstone 2 folder or gs3-setup.bat in the Greenstone 3 folder.
54</li>
55<li>If you're using a Linux xterm, you'd go into Greenstone's gli folder and type:
56<pre>./fli.sh</pre>
57If you're on Windows, go into Greenstone's gli folder and double-click on fli.bat
58</li>
[15762]59<li>Once FLI starts up, it will ask you the Fedora server details and your Fedora username and password to access the Fedora repository.</li>
[15390]60<li>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.
61</li>
62<li><i>If</i> you have other digital objects in your Fedora repository besides the content generated by Greenstone, you will have to type
63<pre>"greenstone:*"</pre>
64or just
65<pre>"greenstone*"</pre>
66in the search box&mdash;with the quotes.<br />
67If your Fedora repository only contains documents built in FLI, then pressing just the search button should be fine.
68</li>
69</ul>
70
71</body>
72</html>
Note: See TracBrowser for help on using the repository browser.