Skip to content

silknow/skosmos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skosmos

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.

Quick Start

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.

Option 1: Using Docker Compose

docker compose up -d

Option 2: Using Docker

Build the Docker Image

docker build -t skosmos .

Run Skosmos with Docker

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.

Documentation

License

This project is licensed under the MIT License. See LICENSE for details.

About

Thesaurus and controlled vocabulary browser using SKOS and SPARQL

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.1%
  • CSS 12.2%
  • JavaScript 9.6%
  • Twig 9.2%
  • Other 0.9%