Ignore:
Timestamp:
2013-10-14T15:41:04+13:00 (11 years ago)
Author:
davidb
Message:

Further development of the files that need to be installed to run as a Greenstone extension

File:
1 edited

Legend:

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

    r28411 r28418  
    3030  pushd "$package$version"
    3131
    32   /bin/cp s-* $GEXT_JENA_INSTALLED/bin/script/.
    33   chmod a+rx $GEXT_JENA_INSTALLED/bin/script/s-*
    34 
     32  echo "===="
     33  echo "= Installing Fuseki"
     34  echo "===="
     35  echo "= Installing server-side scripts"
    3536  /bin/cp fuseki-server $GEXT_JENA_INSTALLED/bin/script/.
    3637  chmod a+rx $GEXT_JENA_INSTALLED/bin/script/fuseki-server
     
    4445  chmod a+r $GEXT_JENA_INSTALLED/fuseki-server.jar
    4546
     47  echo "= Installing client-side scripts"
     48  /bin/cp s-* $GEXT_JENA_INSTALLED/bin/script/.
     49  chmod a+rx $GEXT_JENA_INSTALLED/bin/script/s-*
     50
     51
     52  echo "= Installing configuration files"
    4653  /bin/cp config.ttl $GEXT_JENA_INSTALLED/.
    4754  chmod a+r $GEXT_JENA_INSTALLED/config.ttl
     55
     56  /bin/cp -r pages $GEXT_JENA_INSTALLED/.
     57  chmod -R a+r $GEXT_JENA_INSTALLED/pages
     58
     59  echo "===="
     60  echo ""
    4861
    4962  popd
Note: See TracChangeset for help on using the changeset viewer.