Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
danja committed Sep 17, 2011
1 parent e2f92f8 commit 533be51
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
File renamed without changes.
16 changes: 14 additions & 2 deletions README.md
Expand Up @@ -18,9 +18,21 @@ At present it considers all resources to be information resources - the ones tha

After the tutorial version is stable the plan is to use it as an experimental Read/Write Data Web testbed, e.g. adding support for the linked data API, RDF affordances play.

In individual folders, see contents.txt for description.
See contents.txt in individual folders for description.

Proper installation notes will follow soon, but basically it's install node.js and Fuseki (using tdb.ttl as the config for Fuseki), run seki.js and point a browser at http://localhost:888/seki/
Installation/running is easy :

* install node.js (or copy node.exe into the src dir)
* run Fuseki using Fuseki-0.2.0/run.bat (make executable first on *nix)
* node seki.js
* point a browser at http://localhost:8888/seki/

post data should have URIs of the form http://hyperdata.org/seki/Hello
the Fuseki server (SPARQL endpoint) will be accessible at http://localhost:3030/

[top-level danja project notes](https://github.com/danja/projects)

[Danny](http://dannyayers.com/) 2011



Expand Down

0 comments on commit 533be51

Please sign in to comment.