Changeset 4051 for trunk


Ignore:
Timestamp:
2003-03-31T11:04:15+12:00 (21 years ago)
Author:
kjdon
Message:

interfaces and sites now in web directory

Location:
trunk/gsdl3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/install.bash

    r3761 r4051  
    3131
    3232#setup sample collection
    33 cd sites/localsite/collect/mgppdemo/index/
     33cd web/sites/localsite/collect/mgppdemo/index/
    3434tar xzf mgpp-indexfiles.tar.gz
    3535cd ../../demo/index
     
    4242#set up tomcat
    4343#create symbolic links
    44 cd web
    45 ln -s -v ../interfaces
    46 ln -s -v ../sites
    47 ln -s -v ../lib
    48 cd $GSDL3HOME
     44#cd web
     45#ln -s -v ../interfaces
     46#ln -s -v ../sites
     47#ln -s -v ../lib
     48#cd $GSDL3HOME
    4949
    5050#set up the servlet information for tomcat
  • trunk/gsdl3/install.bat

    r4037 r4051  
    3737echo you need to unpack the collection indexes.
    3838echo These are located in the index folder of each collection in
    39 echo %GSDL3HOME%\sites\localsite\collect\.
     39echo %GSDL3HOME%\web\sites\localsite\collect\.
    4040echo.
Note: See TracChangeset for help on using the changeset viewer.