Changeset 19177


Ignore:
Timestamp:
2009-04-22T09:39:17+12:00 (15 years ago)
Author:
kjdon
Message:

modified a few executable names and paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/Install.txt

    r17957 r19177  
    33
    44The following instructions assume the top level Greenstone folder is called
    5 Greenstone2 (which is the standard name used for Greenstone 2 releases).
     5Greenstone (which is the standard name used for Greenstone 2 releases).
    66If you have got Greenstone from SVN, the top level directory will be gsdl.
    77
    88The Greenstone Librarian Interface (GLI) code will be in the gli folder inside
    9 the Greenstone2 folder. If you are using SVN and you want to use the GLI to
     9the Greenstone folder. If you are using SVN and you want to use the GLI to
    1010build collections, you'll need to check it out by running
    1111 svn checkout http://svn.greenstone.org/gli/trunk gli
    12 in the Greenstone2 folder.
     12in the Greenstone folder.
    1313
    1414-- Compiling and installing on Unix --
    1515
    16 cd to the top level Greenstone2 directory (i.e. the directory
     16cd to the top level Greenstone directory (i.e. the directory
    1717where this file lives) and perform the following three steps.
    1818
     
    21213. make install
    2222
    23 This will install the library and oaiserver executables to
    24 Greenstone2/cgi-bin.
     23This will install the library.cgi and oaiserver.cgi executables to
     24Greenstone/cgi-bin.
    2525If you want to run Greenstone from a system
    2626cgi-bin directory you'll need to move the library executable and
    27 gsdlsite.cfg from Greenstone2/cgi-bin to your system cgi-bin.
     27gsdlsite.cfg from Greenstone/cgi-bin to your system cgi-bin.
    2828
    2929Note that the Greenstone directory structure is important to the operation
     
    3131make no sense and will have no effect. If you want Greenstone to be
    3232installed somewhere specific (say /usr/local) you'll need to move the
    33 entire Greenstone2 directory there.
     33entire Greenstone directory there.
    3434
    35 You'll need to install Apache and set it up to serve Greenstone. Then you'll need to edit Greenstone2\cgi-bin\gsdlsite.cfg. See
     35You'll need to install Apache and set it up to serve Greenstone. Then you'll need to edit Greenstone/cgi-bin/gsdlsite.cfg. See
    3636http://wiki.greenstone.org/wiki/index.php/Setting_up_an_Apache_Web_Server_for_Greenstone_2_Walkthrough
    3737for more details. 
     
    5858   zip files themselves are contained).
    5959
    60    * Greenstone2\common-src\indexers\packages\windows\iconv\iconv.zip
    61    * Greenstone2\common-src\packages\windows\gdbm\gdbm.zip
    62    * Greenstone2\common-src\packages\windows\crypt\crypt.zip
    63    * Greenstone2\common-src\packages\windows\expat\expat.zip
    64    * Greenstone2\common-src\packages\windows\stlport\stlport.zip (VC++ 4.2 only)
     60   * Greenstone\common-src\indexers\packages\windows\iconv\iconv.zip
     61   * Greenstone\common-src\packages\windows\gdbm\gdbm.zip
     62   * Greenstone\common-src\packages\windows\crypt\crypt.zip
     63   * Greenstone\common-src\packages\windows\expat\expat.zip
     64   * Greenstone\common-src\packages\windows\stlport\stlport.zip (VC++ 4.2 only)
    6565
    66662. To use VC++ command line tools you may need to execute the
    6767   MSDEV\BIN\VCVARS32.BAT batch file to set up your environment.
    6868
    69 3. cd to the top level Greenstone2 directory (i.e. the directory where
     693. cd to the top level Greenstone directory (i.e. the directory where
    7070   this file lives).
    7171
    72 4. compile the web library (library.exe) and OAI server (oaiserver.exe) with
     724. compile the web library (library.cgi) and OAI server (oaiserver.cgi) with
    7373   "nmake /f win32.mak GSDL_VC4=1" (VC++ 4.2)
    7474   or
     
    8080   "nmake /f win32.mak LOCAL_LIBRARY=1" (VC++ 6.0/2005)
    8181
    82 This will install library.exe and oaiserver.exe to the Greenstone2\cgi-bin
    83 directory and server.exe to the top level Greenstone2 directory.
     82This will install library.cgi and oaiserver.cgi to the Greenstone\cgi-bin
     83directory and server.exe to the top level Greenstone directory.
    8484
    85 To run the web library you'll need to set up a web server to serve Greenstone. Then you'll need to edit Greenstone2\cgi-bin\gsdlsite.cfg. See
     85To run the web library you'll need to set up a web server to serve Greenstone. Then you'll need to edit Greenstone\cgi-bin\gsdlsite.cfg. See
    8686http://wiki.greenstone.org/wiki/index.php/Setting_up_an_Apache_Web_Server_for_Greenstone_2_Walkthrough
    8787for more details about using Apache, or
Note: See TracChangeset for help on using the changeset viewer.