Changeset 9727


Ignore:
Timestamp:
2005-04-21T10:49:51+12:00 (19 years ago)
Author:
kjdon
Message:

updated these for windows ant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ant-install-branch/gsdl3/README.txt

    r9687 r9727  
    44This is free software, and you are welcome to redistribute it
    55
    6 |--------|
    7 | Linux: |
    8 |--------|
    9 
    10 Installing Greenstone from a binary distribution:
    11 -------------------------------------------------
     6Installing Greenstone from a binary distribution (Linux):
     7---------------------------------------------------------
    128
    139Download the gsdl3-x.xx-linux executable file, and run it. Follow the instructions given.
    1410
    15 Installing Greenstone from a CVS checkout:
    16 ------------------------------------------
     11Installing Greenstone from a binary distribution (Windows):
     12-----------------------------------------------------------
    1713
     14Download the gsdl3-x.xx-win32.exe executable file, and double click on it.
     15Follow the instructions given.
     16
     17
     18Installing Greenstone from a CVS checkout (Linux and Windows):
     19--------------------------------------------------------------
    1820
    1921Checkout the code:
     
    2527Greenstone is built and installed using Ant (Apache's Java based build tool,
    2628http://ant.apache.org). You will need a Java Development
    27 Environment (1.4 or higher), and Ant installed to use Greenstone.
     29Environment (1.4 or higher), and Ant installed to use Greenstone. You can download Ant from http://ant.apache.org/bindownload.cgi.
    2830
    2931In the gsdl3 directory, you can run ant which will give you a help message.
     
    4143To startup the servers, run 'ant startup'. 'ant restart' and 'ant shutdown' restarts and shuts down the servers.
    4244
     45On Windows, if you have installed a binary version, you can also start Greenstone by  selecting Greenstone 3 Digital Library from the Start menu.
    4346
    44 Using SOAP:
    45 ------------
     47Using SOAP (Linux and Windows):
     48-------------------------------
    4649
    47 Greenstone comes setup to use SOAP. SOAP runs as a servlet inside Tomcat, and is disabled by default. To enable it, run
    48 ./gs3-enable-soap.sh
    49 Then re-launch Greenstone:
    50 ./gs3-launch.sh -shutdown
    51 ./gs3-launch.sh
    52 
    53 A SOAP server for localsite comes predeployed.
    54 You should be able to see all localsite's collections through the gateway servlet.
     50Greenstone comes with Apache Axis installed as a webapp in Tomcat.  A SOAP server on localsite is deployed during installation. You should be able to see all localsite's collections through the gateway servlet.
    5551
    5652To set up a SOAP server on a new site, run
    57 gs3-soap-deploy-site.sh <sitename> <siteURI>
    58 where the sitename is the directory name of the site, and siteURI is a unique
    59 identifier for the sites 'web service'.
     53ant soap-deploy-site
     54This will prompt you for the sitename (the directory name), and the site uri - this should be a unique identifier for the site's web service.
    6055
    61 
    62 
    63 |----------|
    64 | Windows: |
    65 |----------|
    66 
    67 Installing Greenstone from a binary distribution:
    68 -------------------------------------------------
    69 
    70 Download the gsdl3-x.xx-win32.exe executable file, and double click on it.
    71 
    72 To run Greenstone, select Greenstone 3 Digital Library from the Start menu.
    73 
    74 Installing Greenstone from a CVS checkout:
    75 ------------------------------------------
    76 
    77 (cvs co gsdl3) (if not already done)
    78 cd gsdl3
    79 gs3-install
    80 
    81 To run Greenstone, run
    82 gs3-launch
    83 This starts up the Tomcat web server and mysql database server.
    84 
    85 Using SOAP:
    86 ------------
    87 
    88 Greenstone comes setup to use SOAP. SOAP runs as a servlet inside Tomcat, and is disabled by default. To enable it, run
    89 gs3-enable-soap
    90 Then shutdown and restart Greenstone.
    91 
    92 A SOAP server for localsite comes predeployed.
    93 You should be able to see all localsite's collections through the gateway servlet.
    94 
    95 To set up a SOAP server on a new site, run
    96 gs3-soap-deploy-site <sitename> <siteURI>
    97 where the sitename is the directory name of the site, and siteURI is a unique
    98 identifier for the sites 'web service'.
    99 
    100 |--------------|
    101 | Other notes: |
    102 |--------------|
     56Other Notes:
     57---------------
    10358
    10459See gsdl3/docs/manual/manual.pdf for more details about the software and installation etc.
    10560
     61Tomcat logs output in gsdl3/comms/jakarta/tomcat/logs/catalina.out.
     62
    10663To 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.
    10764
Note: See TracChangeset for help on using the changeset viewer.