Skip to content

Docker container for the CubeViz software, which allows visualization of statistical linked data out-of-the-box.

License

Notifications You must be signed in to change notification settings

Dockerizing/CubeViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bf9ddd4 · Jun 29, 2016

History

20 Commits
Nov 10, 2015
Jun 29, 2016
Nov 2, 2015
Jun 4, 2016
Nov 3, 2015
Nov 3, 2015
Jun 9, 2016
Jun 4, 2016
Nov 3, 2015
Nov 3, 2015
Nov 6, 2015

Repository files navigation

Docker container for CubeViz

That is a Docker container for CubeViz and the source repository for the following Docker-Hub Repo.

Its based on OntoWik and installs the CubeViz extension and Virtuoso 7 as triplestore.

Build

Build the docker image with the following command, but first replace <path/to/project> with the absolute path to the CubeViz project folder on your host system.

cd <path/to/project>
docker build -t aksw/dld-present-cubeviz .

Run

To run the docker execute the following command:

docker run -d -p 8080:80 -p 8890:8890 aksw/dld-present-cubeviz

With that you publish the Apache port 80 and the Virtuoso port 8890.

In case you want to override the virtuoso db folder, you can use:

docker run -d -p 8080:80 -p 8890:8890 -v <path/to/project>CubeViz/data:/var/lib/virtuoso/db aksw/dld-present-cubeviz

Access

After running the container you can access CubeViz in your browser on http://localhost:8080/

About

Docker container for the CubeViz software, which allows visualization of statistical linked data out-of-the-box.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages