Changeset 8523 for trunk/greenorg


Ignore:
Timestamp:
2004-11-12T09:46:18+13:00 (19 years ago)
Author:
kjdon
Message:

added Michael's instructions for running GLI aa an applet

Location:
trunk/greenorg/macros
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenorg/macros/english.dm

    r8469 r8523  
    952952_t184_ {What is the difference between Greenstone's <i>local library</i> and <i>web library</i>?}
    953953
     954_tfaqgliapplettitle_ {How do I install the Greenstone Librarian Interface as an applet?}
     955
    954956_headingrunning_ {Running Greenstone}
    955957
     
    11591161}
    11601162
    1161 
     1163_tfaqgliapplet_ {
     1164<p>To get the GLI applet running, please do the following:
     1165<ul>
     1166<li>Install Greenstone and the GLI on your server computer. Currently, this must be a GNU/Linux or Unix machine.</li>
     1167<li>Set up your web server (eg. Apache) for Greenstone. Check that standard Greenstone works.</li>
     1168<li>In the gsdl/gli directory, run
     1169
     1170    <br><small><tt>keytool -genkey -alias privateKey -keystore appletstore -storepass greenstone</tt></small><br>
     1171
     1172  Enter the appropriate details for your organization. When it asks to enter the key password for &lt;privateKey&gt;, choose your own password or hit Enter to use "greenstone".</li>
     1173
     1174<li>Run makejar.sh.</li>
     1175<li>Run
     1176
     1177    <br><small><tt>jarsigner -keystore appletstore -signedjar SignedGatherer.jar GLI.jar privateKey</tt></small><br>
     1178
     1179  When it prompts, enter the password you used above.</li>
     1180
     1181<li>Move the SignedGatherer.jar file created into the gsdl/bin/java directory.</li>
     1182<li>Edit the gsdl/etc/main.cfg file and set the "gliapplet" field to "enabled".</li>
     1183<li>Visit your Greenstone homepage and click "The Librarian Interface" button. The applet should load and appear on this page, producing a button that says "Launch Greenstone Librarian Interface...". Clicking this will run the GLI as an applet, allowing users to build collections on your server without having Greenstone installed on their machines.</li>
     1184</ul>
     1185<p>Note that the applet transfers a lot of data between the machine it is running on and the server. This makes using the GLI applet impractical if you don't have a high speed connection between your machine and the server.
     1186</p>
     1187}
    11621188#######################################################################
    11631189
Note: See TracChangeset for help on using the changeset viewer.