Changeset 28463 for gs2-extensions


Ignore:
Timestamp:
2013-10-16T17:46:00+13:00 (11 years ago)
Author:
davidb
Message:

Shift to running Fuseki with a bespoke config file. The config file is meant to cause triples to be automatically added to 'default'. Testing to date suggests that something is still not quite right with how this is setup and/or run from the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/src/CASCADE-MAKE.sh

    r28451 r28463  
    1515    echo "    $triple_store"
    1616    mkdir "$triple_store"
     17
     18   /bin/cp tdb.ttl "$GEXT_JENA_INSTALLED/etc/."
    1719  fi
    1820
     
    2022  /bin/cp gs-triplestore-* $GEXT_JENA_INSTALLED/bin/script/.
    2123  chmod a+rx $GEXT_JENA_INSTALLED/bin/script/gs-triplestore-*
     24
    2225
    2326  echo "= Installing Greenstone-style CSS"
Note: See TracChangeset for help on using the changeset viewer.