On 27/10/14 13:05, Legault, Phillip [ITSUS] wrote:
Thank you Andy
I guess the biggest problem I was having was getting the jar file onto my
server, kept on timing out.
I tried git and the jar file was missing.
I don't understand - what has "git" got to do with it?
The download is:
http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.zip
Is there any way to start it using another port like 8080?
--port 8080
-----Original Message-----
From: Andy Seaborne [mailto:[email protected]]
Sent: Sunday, October 26, 2014 1:50 PM
To: [email protected]
Subject: Re: Installing Jena Fuseki on Redhat
On 26/10/14 13:01, Legault, Phillip [ITSUS] wrote:
I'm trying to find information on how to install and setup fuseki for
SMW I have searched all the sights and found out how to download it, however
I'm having difficulty on figuring out how to get it working with SMW.
I found some information a while ago on dependencies and not sure they are
correct.
Maven
Ruby
Subversion
Default jdk
As long as that is java7 or later.
I'm not that familiar with Linux let alone redhat.
Fuseki is a java application - there is nothing specific to your environment
for simple use.
Can someone point me in the right direction?
Thank you!
Phil
http://jena.apache.org/documentation/serving_data/index.html
+ Download, unpack, ensure scripts are executable.
+ Run it:
fuseki-server --update --mem /ds
and something should happen.
Andy