The UI is built on top of LD-R (http://ld-r.org) framework.
- after installation, you need to import
https://github.com/slidewiki/slidewiki-linked-data-ui/blob/master/plugins/dynamicConfiguration/schema/slideWikiConfigs.ttl
to your configuration graph in the triple store.
You should have installed NodeJS, npm and Webpack on your system as prerequisite, then:
Clone the repository: git clone https://github.com/ali1k/ld-r.git
and simply run ./install
script
Fill in general settings for your application at configs/general.js
.
Fill in appropriate values for server port, URLs of your SPARQL endpoint and DBpedia lookup service at configs/server.js
.
Fll in appropriate settings for your UI reactors at configs/reactor.js
.
Fill in appropriate settings for the faceted browser at configs/facets.js
.
npm run build
check server at localhost:4000
npm run dev
check server at localhost:3000
Check out http://ld-r.org for detailed documentation.