Skip to content

Instantly share code, notes, and snippets.

@nishad
Created May 11, 2018 10:45
Show Gist options
  • Select an option

  • Save nishad/cd7062d85c282fbc3787303a781aa65e to your computer and use it in GitHub Desktop.

Select an option

Save nishad/cd7062d85c282fbc3787303a781aa65e to your computer and use it in GitHub Desktop.
Simple startup script for Apache Jena Fuseki
export JENA_FUSEKI_VERSION=3.7.0
export JENA_HOME=~/opt/apache-$JENA_FUSEKI_VERSION
export FUSEKI_HOME=~/opt/apache-jena-fuseki-$JENA_FUSEKI_VERSION
export FUSEKI_BASE=~/opt/apache-jena-fuseki-$JENA_FUSEKI_VERSION
export JENA_BASE=~/opt/apache-jena-$JENA_FUSEKI_VERSION
export JENA=~/opt/apache-jena-$JENA_FUSEKI_VERSION
export FUSEKI=~/opt/apache-jena-$JENA_FUSEKI_VERSION
export FUSEKIROOT=~/opt/apache-jena-fuseki-$JENA_FUSEKI_VERSION
export JENAROOT=~/opt/apache-jena-$JENA_FUSEKI_VERSION
PATH=$JENAROOT/bin:$PATH
PATH=$FUSEKIROOT/bin:$PATH
cd $FUSEKIROOT
./fuseki-server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment