Skosmos is a web-based tool providing services for accessing controlled vocabularies. This instance is part of the SILKNOW project and is based on the NatLibFi/Skosmos codebase.
You can run Skosmos using either Docker Compose, which is the recommended way, or by building a Docker image directly. Below are the steps for both methods.
docker compose up -d
docker build -t skosmos .
docker run -d -p 8872:80 \
-v /var/docker/virtuoso/silknow/Skosmos/config:/config \
--name silknow_skosmos skosmos
Note: Adjust the volume path (
/var/docker/virtuoso/silknow/Skosmos/config
) to your local configuration directory as needed.
This project is licensed under the MIT License. See LICENSE for details.