Skip to content

adamrer/rdf-viewer

Repository files navigation

RDF Viewer

RDF visualisation tool running in browser, expandable with plugins. You can try RDF Viewer here. Our plugins are available here.

Build

You will need git, npm and make.

Clone the repository:

git clone git@github.com:adamrer/rdf-viewer.git
cd rdf-viewer

Build the application:

make build

Build of the application will be in the /dist folder.

Run with Docker

Clone the repository:

git clone git@github.com:adamrer/rdf-viewer.git
cd rdf-viewer

Create the Docker image:

make docker

Run the Docker container:

docker run -d -p [PORT]:80 rdf-viewer

where [PORT] is the port number on which the application will be available. For example for a port 8080 it is going to be:

docker run -d -p 8080:80 rdf-viewer

About

RDF visualisation tool running in browser, expandable with plugins

Topics

Resources

License

Stars

Watchers

Forks

Contributors