You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/05/28 22:49:25 UTC

svn commit: r1598134 - /jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md

Author: andy
Date: Wed May 28 20:49:24 2014
New Revision: 1598134

URL: http://svn.apache.org/r1598134
Log:
Sync

Modified:
    jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md

Modified: jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md
URL: http://svn.apache.org/viewvc/jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md?rev=1598134&r1=1598133&r2=1598134&view=diff
==============================================================================
--- jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md (original)
+++ jena/Experimental/jena-fuseki2/docs/fuseki-quick-start.md Wed May 28 20:49:24 2014
@@ -2,12 +2,27 @@
 
 This page describes how to achieve certain common tasks in the most direct way possible.
 
-This is not the full range of 
+_CHECK_
 
-## Provide a local SPARQL triple store for a file
+
+
+## Running with Apache Tomcat and loading a file.
+
+1. Unpack the distribution.
+2. Copy the WAR file into the Aapche tomcat webass dietory, under the name 'fuseki'
+3. In a browser, go to `[http://localhost:8080/fuseki/](http://localhost:8080/fuseki)` (detail ssuch as port number depend on the Tomcat setup).
+4. Press "", choose "in-memory".
+5. Go to "add data" and load the file (single graph).
 
 ## Publish an RDF file as a SPARQL endpoint.
 
-## Run a local SPARQL service.
+1. Unpack the distribution.
+2. Run `fuseki-server --file FILE /name`
+
+## Explore a TDB database
+
+1. Unpack the distribution.
+2. Run `fuseki-server --loc=DATABASE /name`
+3/ In a browser, go to `http://localhost:3030//query.html`
 
-More details on runnign Fuseki can be found [nearby](fuseki-run.html).
\ No newline at end of file
+More details on running Fuseki can be found [nearby](fuseki-run.html), including runnign as an operating system service and in 
\ No newline at end of file