Skip to content

knaw-huc/sd-skosmos

Repository files navigation

SKOSMOS

SKOSMOS container setup

Run with docker-compose

Prepare

Create a new repo with a docker-compose.yml based on docker-compose-portainer-template.yml and a Dockerfile based on Dockerfile-portainer-template. Replace all instances of template appropiately.

Put your vocabularies as *.ttl in the data/ directory accompanied by a *.config file. See countries.ttl.example and countries.config.example for an example. To try out the example: remove the .example suffix.

To start

$ docker-compose build
$ docker-compose up -d

To stop:

$ docker-compose down

Add new vocabularies

Just add the .ttl and .config to data/ and restart the containers.

adapt config.ttl

To overwrite config-docker-compose.ttl put also a config.ttl in data/. To add classifications put them in a config-ext.ttl in data/.

License

MIT License