Skip to content

docker image for vinge explore and query for sparql endpoints

Notifications You must be signed in to change notification settings

kanihal/docker-vinge-explore-and-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-vinge-explore-and-query

Usage instructions

  1. clone this repository, cd into it
git clone https://github.com/kanihal/docker-vinge-explore-and-query/
cd docker-vinge-explore-and-query
  1. modify the rootURI param value (that you would enter in the browser for accessing this applet) in webapps/ExploreAndQuery/WEB-INF/web.xml
        <init-param > 
            <param-name >rootURI</param-name > 
            <param-value >http://10.129.3.103:8081/ExploreAndQuery</param-value > 
        </init-param >  

for eg: if you are running on your local machine you could use http://127.0.0.1:8081 or http://localhost:8081

  1. build docker image
sudo docker build -t tomcat_vinge .
  1. execute
sudo ./run.sh 

How to use

Watch this video -> https://www.youtube.com/watch?v=lmmJISXkNP0

Vinge Software Website - http://www.vingefree.com/explorequery/

For more configuration options, please take a look at - webapps/ExploreAndQuery/InstallationandConfiguration.pdf

About

docker image for vinge explore and query for sparql endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published