re:publish is a light-weight resource publishing server built with node.js. It can be used to publish linked data in various formats for machines as well as HTML for human consumption.
-
Install node.js
-
Install node dependencies cia npm (i.e.
npm install paperboy
) -
Install
node_raptor
:cd .. brew install raptor export RAPTOR_PREFIX=/usr/local git clone git://github.com/0xfeedface/node_raptor.git npm install -g cd -
-
Copy
config.js-dist
toconfig.js
and adapt it to your needs. For instance set the namespace under which resources should be served (i.e. your domain). -
Start the server by passing it the path to the RDF file:
node lib/server.js test/data.ttl
HTML rendering/templates is currently under development.