Difference between revisions of "OWL Wiki Forms v0.2 installation"

From SW_OWF
Jump to navigation Jump to search
(endpoint instructions)
(# Go to the page "Special:OWLwikiForms" on your wiki and try it out)
Line 9: Line 9:
 
## access to a SPARQL endpoint server supporting SPARQL 1.1, such as [http://jena.apache.org/documentation/serving_data/index.html Jena/Fuseki], that your OWF installation and clear and change
 
## access to a SPARQL endpoint server supporting SPARQL 1.1, such as [http://jena.apache.org/documentation/serving_data/index.html Jena/Fuseki], that your OWF installation and clear and change
 
# Download and install the ''OWL Wiki Forms extension''
 
# Download and install the ''OWL Wiki Forms extension''
## Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory.
+
# Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory.
## Add to your wiki's LocalSettings.php file the following lines:<br/><code>require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );</code><br/><code>$wgRawHtml = true;</code><br/><code>$owfgSparqlQueryEndpoint  = 'http://localhost:3030/OWF/sparql';</code><br/><code>$owfgSparqlUpdateEndpoint = 'http://localhost:3030/OWF/update';</code>
+
# Add to your wiki's LocalSettings.php file the following lines:<br/><code>require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );</code><br/><code>$wgRawHtml = true;</code><br/><code>$owfgSparqlQueryEndpoint  = 'http://localhost:3030/OWF/sparql';</code><br/><code>$owfgSparqlUpdateEndpoint = 'http://localhost:3030/OWF/update';</code>
## Replace the query and update endpoint URIs with those of the endpoint you installed for use by OWF
+
# Replace the query and update endpoint URIs with those of the endpoint you installed for use by OWF
 +
# Go to the page "Special:OWLwikiForms" on your wiki and try it out

Revision as of 16:06, 6 March 2013

Install instructions

  1. Download and install the prerequisites:
    1. MediaWiki
    2. Semantic MediaWiki
    3. Semantic Forms
    4. ParserFunctions
    5. Character Escapes
    6. access to a SPARQL endpoint server supporting SPARQL 1.1, such as Jena/Fuseki, that your OWF installation and clear and change
  2. Download and install the OWL Wiki Forms extension
  3. Copy the directory from http://is.cs.ou.nl/OWF/files/OWLwikiForms_v0.2.zip into your wiki's extensions directory.
  4. Add to your wiki's LocalSettings.php file the following lines:
    require_once("$IP/extensions/OWLwikiForms/OWLwikiForms.php" );
    $wgRawHtml = true;
    $owfgSparqlQueryEndpoint = 'http://localhost:3030/OWF/sparql';
    $owfgSparqlUpdateEndpoint = 'http://localhost:3030/OWF/update';
  5. Replace the query and update endpoint URIs with those of the endpoint you installed for use by OWF
  6. Go to the page "Special:OWLwikiForms" on your wiki and try it out