source: trunk/gsdl3/README.txt@ 7725

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

now do configure and make instead of the scripts

  • Property svn:keywords set to Author Date Id Revision
File size: 2.1 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./configure
23./make
24./make install
25[./make docs] (for the javadoc)
26./gs3-finalise.sh
27
28
29Running Greenstone:
30-------------------
31
32Run 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
33
34Using SOAP:
35-----------
36
37To set up a SOAP server on a site, run
38gs3-soap-deploy-site <sitename>
39
40Then re-launch Greenstone.
41
42|----------|
43| Windows: |
44|----------|
45
46Installing Greenstone from a binary distribution:
47-------------------------------------------------
48
49Download the gsdl3-x.xx-win32.exe executable file, and double click on it.
50
51To run Greenstone, select Greenstone 3 Digital Library from the Start menu.
52
53Installing Greenstone from a CVS checkout:
54------------------------------------------
55
56(cvs co gsdl3) (if not already done)
57cd gsdl3
58gs3-setup
59gs3-prepare
60
61Using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\server.xml file. Add:
62
63<!-- GSDL3 Service -->
64<Context path="/gsdl3" docBase="@gsdl3home@\web" debug="1" reloadable="true"/>
65
66above this line:
67
68<!-- Tomcat Root Context -->
69
70Still using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\web.xml file. Set the value of the "listings" servlet parameter to "false".
71
72make
73make install
74gs3-finalise
75
76To run Greenstone, run
77gs3-launch
78
79|--------------|
80| Other notes: |
81|--------------|
82
83See gsdl3/docs/manual/manual.pdf for more details about the software and installation etc.
84
85Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracBrowser for help on using the repository browser.