Changeset 27828 for main


Ignore:
Timestamp:
2013-07-12T17:18:04+12:00 (11 years ago)
Author:
davidb
Message:

Additional properties to help support Greenstone running off a read-only medium, such as a DVD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/build.properties.in

    r27187 r27828  
    9393#checkout.imagemagick.ext=true
    9494
     95# The following two properties are automatically overridden by gs3-server
     96# when running off a read-only medium such as a DVD ...
     97#
     98# The 'writable' home default is to be the same location as gsdl3.home
     99gsdl3home.isreadonly=false
     100gsdl3.writablehome=${basedir}/web
     101
     102# ... alternative the above can be changed to
     103#
     104#  gsdl3home.isreadonly=true
     105#  gsdl3.writablehome=${java.io.tmpdir}/greenstone/web
     106#
     107# ... or else provided on the command line, e.g.:
     108#   ant -Dgsdl3home.isreadonly=true gsdl3.writablehome=/tmp/greenstone/web start
     109
    95110## windows c++ compilation
    96111# The following property does not help in build.xml.
Note: See TracChangeset for help on using the changeset viewer.