source: trunk/gsdl3/README.txt@ 7326

Last change on this file since 7326 was 6471, checked in by kjdon, 20 years ago

added some more stuff

  • Property svn:keywords set to Author Date Id Revision
File size: 2.2 KB
Line 
1Greenstone 3 (GSDL3)
2Copyright (C) 2003 New Zealand Digital Libraries, University Of Waikato
3GSDL3 comes with ABSOLUTELY NO WARRANTY; for details see LICENSE.txt
4This is free software, and you are welcome to redistribute it
5
6|--------|
7| Linux: |
8|--------|
9
10Installing Greenstone from a binary distribution:
11-------------------------------------------------
12
13Download the gsdl3-x.xx-unix.sh self-installing tar file into the directory you want Greenstone installed in, and run it.
14
15Installing Greenstone from a CVS checkout:
16------------------------------------------
17
18(cvs co gsdl3) (if not already done)
19cd gsdl3
20source gs3-setup.sh
21./gs3-prepare.sh
22./gs3-configure.sh (will be replaced with ./configure)
23./gs3-compile.sh (will be replaced with make, make install)
24./gs3-finalise.sh
25
26
27Running Greenstone:
28-------------------
29
30Run the script gs3-launch.sh from the gsdl3 directory. This starts up a Tomcat web server and a mysql database server. To shutdown, run gs3-launch.sh -shutdown
31
32Using SOAP:
33-----------
34
35To set up a SOAP server on a site, run
36gs3-soap-deploy-site <sitename>
37
38Then re-launch Greenstone.
39
40|----------|
41| Windows: |
42|----------|
43
44Installing Greenstone from a binary distribution:
45-------------------------------------------------
46
47Download the gsdl3-x.xx-win32.exe executable file, and double click on it.
48
49To run Greenstone, select Greenstone 3 Digital Library from the Start menu.
50
51Installing Greenstone from a CVS checkout:
52------------------------------------------
53
54(cvs co gsdl3) (if not already done)
55cd gsdl3
56gs3-setup
57gs3-prepare
58
59Using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\server.xml file. Add:
60
61<!-- GSDL3 Service -->
62<Context path="/gsdl3" docBase="@gsdl3home@\web" debug="1" reloadable="true"/>
63
64above this line:
65
66<!-- Tomcat Root Context -->
67
68Still using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\web.xml file. Set the value of the "listings" servlet parameter to "false".
69
70make
71make install
72gs3-finalise
73
74To run Greenstone, run
75gs3-launch
76
77|--------------|
78| Other notes: |
79|--------------|
80
81See gsdl3/docs/manual/manual.pdf for more details about the software and installation etc.
82
83Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracBrowser for help on using the repository browser.