I am using Ubuntu 14.04, but I think this question and its answers could be relevant to a beginner in Jena Fuseki using any operating system (if adapted slightly).
I am trying to install Jena Fuseki, however, the instructions in all the tutorials I have found and on the website are unclear to me. I downloaded this file jena-fuseki-1.1.0-distribution.tar.gz and unzipped it into my home directory.
I then ran the following commands:
cd jena-fuseki-1.1.0
mkdir dataDir
chmod +x fuseki-server s-*
fuseki-server --update --loc=dataDir /myDataSet
However this was the output in my terminal after the last command:
fuseki-server: command not found
I suspect there is something I haven't installed, but require to get this working. i.e. Do I need Java on my machine? Do I need Apache? Do I need Apache Jena?
Or perhaps it is something entirely different that I am missing. Keep in mind I am a beginner, so skipping over the obvious will not help me.