Changeset 7891


Ignore:
Timestamp:
2004-08-06T14:30:12+12:00 (20 years ago)
Author:
mdewsnip
Message:

Updated Windows installation instructions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/README.txt

    r7813 r7891  
    6767(cvs co gsdl3) (if not already done)
    6868cd gsdl3
    69 gs3-setup
    70 gs3-prepare
    71 
    72 Using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\server.xml file. Add:
    73 
    74 <!-- GSDL3 Service -->
    75 <Context path="/gsdl3" docBase="@gsdl3home@\web" debug="1" reloadable="true"/>
    76 
    77 above this line:
    78 
    79 <!-- Tomcat Root Context -->
    80  
    81 Still using Wordpad, edit the gsdl3\comms\jakarta\tomcat\conf\web.xml file. Set the value of the "listings" servlet parameter to "false".
    82 
    83 make
    84 make install
    85 gs3-finalise
     69gs3-install
    8670
    8771To run Greenstone, run
     
    9478See gsdl3/docs/manual/manual.pdf for more details about the software and installation etc.
    9579
     80To prevent Tomcat showing directory listings, edit the gsdl3/comms/jakarta/tomcat/conf/web.xml file and set the value of the "listings" servlet parameter to false.
     81
    9682Note: the windows version doesn't have greenstone 3 native building yet.
Note: See TracChangeset for help on using the changeset viewer.