source: trunk/gli/README.TXT@ 5393

Last change on this file since 5393 was 5393, checked in by mdewsnip, 21 years ago

Greenstone Librarian Interface readme file.

  • Property svn:keywords set to Author Date Id Revision
File size: 1.8 KB
Line 
1The Greenstone Librarian Interface
2----------------------------------
3
4This folder contains the Greenstone Librarian Interface (GLI), a tool to
5assist you with building digital libraries using Greenstone. The GLI gives
6you access to Greenstone's functionality from an easy-to-use, 'point and
7click' interface.
8
9To use the GLI, you need a suitable version of the Java Runtime Environment
10(version 1.4.0 or newer). If you don't already have one, you can download
11one from http://java.sun.com/j2se/downloads.html
12
13Note that the GLI is run in conjunction with Greenstone, and assumes that
14it is installed in a subdirectory of your Greenstone installation. If you
15have downloaded one of the Greenstone distributions, this will be the case.
16
17
18-- Running the GLI under Windows --
19
20To run the GLI under Windows, browse to the GLI folder in your Greenstone
21installation (using Windows Explorer), and double-click on the gli.bat
22file. This file will check that Greenstone, Perl, and the Java Runtime
23Environment are installed, then start the Greenstone Librarian Interface.
24
25
26-- Running the GLI under Unix --
27
28To run the GLI under Unix, change to the GLI directory in your Greenstone
29installation, then run the gli.sh script. This script will check that
30Greenstone, Perl, and the Java Runtime Environment are installed (make sure
31they are on your search path), then start the Greenstone Librarian
32Interface.
33
34
35Please report any problems you have running or using the Librarian
36Interface to [email protected].
37
38
39-- Compiling the GLI --
40
41If you have downloaded the Greenstone source distribution, or you have
42obtained the GLI via CVS, you will have the source code (Java) of the
43Librarian Interface.
44
45To compile this source code, run the makegli.bat (Windows) or makegli.sh
46(Unix) files. Once this has been done, you can run the GLI using the
47instructions above.
Note: See TracBrowser for help on using the repository browser.