Changeset 6471


Ignore:
Timestamp:
2004-01-13T16:44:12+13:00 (20 years ago)
Author:
kjdon
Message:

added some more stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r6444 r6471  
    44This is free software, and you are welcome to redistribute it
    55
    6 Linux from CVS:
     6|--------|
     7| Linux: |
     8|--------|
    79
    8 to install:
     10Installing Greenstone from a binary distribution:
     11-------------------------------------------------
    912
    10 (cvs co gsdl3) (should be done already to get this file)
     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)
    1119cd gsdl3
    1220source gs3-setup.sh
     
    1624./gs3-finalise.sh
    1725
    18 installing from download
    19 ./gsdl3-x.xx-unix.sh
    2026
    21 to run
     27Running Greenstone:
     28-------------------
    2229
    23 ./gs3-launch.sh
     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
    2431
    25 Windows from CVS:
     32Using SOAP:
     33-----------
    2634
    27 (cvs co gsdl3)
     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
    2856gs3-setup
    2957gs3-prepare
    3058
     59Using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\server.xml file. Add:
    3160
    32 Windows from download:
     61<!-- GSDL3 Service -->
     62<Context path="/gsdl3" docBase="@gsdl3home@\web" debug="1" reloadable="true"/>
    3363
    34 double click on gsdl3-x.xx-win32.exe
    35 To run, select Greenstone Digital Library 3 from the start menu.
     64above this line:
    3665
    37 See docs/manual/manual.pdf for more details about the software and installation etc.
     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.
    3882
    3983Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracChangeset for help on using the changeset viewer.