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

Last change on this file since 17855 was 17855, checked in by ak19, 15 years ago

No longer talks about setting FEDORA2_HOME and FEDORA3_HOME env variables, instead refers to the new FEDORA_VERSION environment variable that should be used.

File size: 3.1 KB
Line 
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>
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>
23
24<h2><a name="B">B Limitations</a></h2>
25<ul>
26<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>
27</ul>
28
29<h2><a name="C">C Prerequisites for running FLI</a></h2>
30<ul>
31<li>You need Greenstone 2 or 3</li>
32<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:
33<ul>
34<li>You need to add a new environment variable called FEDORA_VERSION. If the version you have installed is Fedora 2.*, then you set this to 2, if you have Fedora 3.* installed, then you'd set this environment variable to 3.
35</li>
36</ul>
37</li>
38<li>You need the Greenstone server running on the same machine as where your Fedora server is installed.</li>
39</ul>
40
41<h2><a name="D">D Running FLI</a></h2>
42<ul>
43<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 />
44If you were on linux, you would have to source the setup scripts by going into the Greenstone installation directory.<br />
45For Greenstone 2, you'd have typed:
46<pre>source setup.bash</pre>
47And for Greenstone 3:
48<pre>source gs3-setup.sh</pre>
49If you're on Windows you would run setup.bat in the Greenstone 2 folder or gs3-setup.bat in the Greenstone 3 folder.
50</li>
51<li>If you're using a Linux xterm, you'd go into Greenstone's gli folder and type:
52<pre>./fli.sh</pre>
53If you're on Windows, go into Greenstone's gli folder and double-click on fli.bat
54</li>
55<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>
56<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.
57</li>
58<li><i>If</i> you have other digital objects in your Fedora repository besides the content generated by Greenstone, you will have to type
59<pre>"greenstone:*"</pre>
60or just
61<pre>"greenstone*"</pre>
62in the search box&mdash;with the quotes.<br />
63If your Fedora repository only contains documents built in FLI, then pressing just the search button should be fine.
64</li>
65</ul>
66
67</body>
68</html>
Note: See TracBrowser for help on using the repository browser.