Skip to content

BONSAMURAIS/rdfexplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Requirements

  • Docker
  • Directory with rdf files

Installation

git clone git@github.com:BONSAMURAIS/rdfexplorer.git cd rdfexplorer docker build -t rdfexplorer . 

Run instructions

ontology.bonsai.uno

docker run --rm --name ontology \ --volume ontology_data:/rdf_data \ --env DOMAIN_NAME=http://ontology.bonsai.uno -p 5001:5000 rdfexplorer 

rdf.bonsai.uno

docker run --rm --name rdf \ --volume rdf_data:/rdf_data \ --env DOMAIN_NAME=http://rdf.bonsai.uno -p 5002:5000 rdfexplorer 

About

Web service which makes BONSAI rdf data easier to explore

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors