How-to: Build, deploy and configure SISSVoc using docker

Опубликовано: 01 Август 2026
на канале: CSIRO enviro-informatics
80
0

This video shows a session using the sissvoc-package and docker to build, deploy and configure SISSVoc. SISSVoc is a standardised interface (API) for querying, accessing and navigating SKOS vocabularies - concepts, collections and their relationships. SKOS is a W3C recommended standard for developing knowledge organization systems within the Semantic Web framework.

Docker is a platform for deployments of distributed applications.

See these links for more details:
http://www.sissvoc.info/
https://github.com/CSIRO-enviro-infor...
http://www.w3.org/2004/02/skos/

Commands used:
#building and deploying sissvoc
$ git clone https://github.com/CSIRO-enviro-infor...
$ cd sissvoc-package/
$ git checkout docker
$ sudo ./build.sh
$ sudo docker images | head
$ sudo ./run.sh
$ sudo docker ps

#adding a new SISSVoc config
$ cd configs/
$ cp default-config.properties isc.properties
$ vim isc.properties
$ cd ..
$ sudo ./build.sh
$ sudo ./run.sh
$ sudo docker ps