source: gs2-extensions/apache-jena/trunk/src/src/gs-triplestore-server@ 28424

Last change on this file since 28424 was 28424, checked in by davidb, 11 years ago
  • Property svn:executable set to *
File size: 152 bytes
RevLine 
[28422]1#!/bin/bash
2
[28424]3pushd "$GEXT_JENA_INSTALLED"
4
5fuseki-server --pages="$GEXT_JENA_INSTALLED/etc/pages" --update -loc=etc/tdb-triple-store /greenstone
6
7popd
Note: See TracBrowser for help on using the repository browser.