Created
May 11, 2018 10:45
-
-
Save nishad/cd7062d85c282fbc3787303a781aa65e to your computer and use it in GitHub Desktop.
Simple startup script for Apache Jena Fuseki
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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