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 2016/12/05 12:38:22 UTC

svn commit: r1772657 - /jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext

Author: andy
Date: Mon Dec  5 12:38:22 2016
New Revision: 1772657

URL: http://svn.apache.org/viewvc?rev=1772657&view=rev
Log:
Fix text

Modified:
    jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext

Modified: jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext?rev=1772657&r1=1772656&r2=1772657&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext (original)
+++ jena/site/trunk/content/documentation/fuseki2/fuseki-quick-start.mdtext Mon Dec  5 12:38:22 2016
@@ -5,9 +5,9 @@ This page describes how to achieve certa
 ## Running with Apache Tomcat and loading a file.
 
 1. Unpack the distribution.
-2. Copy the WAR file into the Aapche tomcat webapp directory, under the name 'fuseki'
+2. Copy the WAR file into the Apache tomcat webapp directory, under the name 'fuseki'
 3. In a browser, go to `[http://localhost:8080/fuseki/](http://localhost:8080/fuseki)` (details such as port number depend on the Tomcat setup).
-4. Press "", choose "in-memory".
+4. Click on "Add one", choose "in-memory", choose a name for the URL for the dataset.
 5. Go to "add data" and load the file (single graph).
 
 ## Publish an RDF file as a SPARQL endpoint.
@@ -24,4 +24,4 @@ This page describes how to achieve certa
 More details on running Fuseki can be found [nearby](fuseki-run.html),
 including running as an operating system service and in a web app or
 servlet container such as [Apache Tomcat](http://tomcat.apache.org/) or
-[Jetty](http://eclipse.org/jetty)
\ No newline at end of file
+[Jetty](http://eclipse.org/jetty).