Ignore:
Timestamp:
2013-11-26T13:37:51+13:00 (10 years ago)
Author:
davidb
Message:

Shifted from using _INSTALLED to home folder

Location:
gs2-extensions/apache-jena/trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/apache-jena/trunk/src/setup.bash

    r28682 r28686  
    2929  export FUSEKI_HOME=$GEXT_JENA
    3030
    31   if [ -d "$GEXT_JENA_INSTALLED/bin/script" ] ; then
    32     export PATH=$GEXT_JENA_INSTALLED/bin/script:$PATH
     31  if [ -d "$GEXT_JENA/bin/script" ] ; then
     32    export PATH=$GEXT_JENA/bin/script:$PATH
    3333  fi
    3434
  • gs2-extensions/apache-jena/trunk/src/src/CASCADE-MAKE.sh

    r28463 r28686  
    1010  echo "=="
    1111
    12   triple_store="$GEXT_JENA_INSTALLED/etc/tdb-triple-store"
     12  triple_store="$GEXT_JENA/etc/tdb-triple-store"
    1313  if [ ! -d "$triple_store" ] ; then
    1414    echo "= Creating empty triple-store:"
     
    1616    mkdir "$triple_store"
    1717
    18    /bin/cp tdb.ttl "$GEXT_JENA_INSTALLED/etc/."
     18   /bin/cp tdb.ttl "$GEXT_JENA/etc/."
    1919  fi
    2020
    2121  echo "= Installing server-side scripts"
    22   /bin/cp gs-triplestore-* $GEXT_JENA_INSTALLED/bin/script/.
    23   chmod a+rx $GEXT_JENA_INSTALLED/bin/script/gs-triplestore-*
     22  /bin/cp gs-triplestore-* $GEXT_JENA/bin/script/.
     23  chmod a+rx $GEXT_JENA/bin/script/gs-triplestore-*
    2424
    2525
    2626  echo "= Installing Greenstone-style CSS"
    27   /bin/cp fuseki.css $GEXT_JENA_INSTALLED/etc/pages/.
    28   chmod a+r $GEXT_JENA_INSTALLED/etc/pages/fuseki.css
     27  /bin/cp fuseki.css $GEXT_JENA/etc/pages/.
     28  chmod a+r $GEXT_JENA/etc/pages/fuseki.css
    2929
    3030
  • gs2-extensions/apache-jena/trunk/src/src/gs-triplestore-query

    r28466 r28686  
    66fi
    77
    8 #pushd "$GEXT_JENA_INSTALLED"
     8#pushd "$GEXT_JENA"
    99
    1010# The following line helps with runing a she-bang line of:
  • gs2-extensions/apache-jena/trunk/src/src/gs-triplestore-server

    r28465 r28686  
    11#!/bin/bash
    22
    3 pushd "$GEXT_JENA_INSTALLED"
     3pushd "$GEXT_JENA"
    44
    55#fuseki-server --pages=etc/pages --update --loc=etc/tdb-triple-store /greenstone
Note: See TracChangeset for help on using the changeset viewer.