Skip to content

soda-collections-objects-data-literacy/wisski-base-image

Repository files navigation

WissKI Base image

  • Base image: drupal:11.1.1-php8.3-apache-bookworm
  • WissKI base recipe with version through env

Configuration

This image can be configured using the following environment variables:

Database settings

  • DB_DRIVER: The used DBMS (e.g. mysql, mariadb, postgres)
  • DB_HOST: Hostname where the DBMS is running (e.g. localhost)
  • DB_PORT: Port on which the DBMS is running
  • DB_NAME: Name of the database
  • DB_USER: Name of the DB user
  • DB_PASSWORD: Password for DB_USER

Drupal settings

  • DOMAIN: Domain of the WissKI (e.g. localhost)
  • DRUPAL_TRUSTED_HOST: TODO: (e.g. localhost)
  • SITE_NAME: Name of the site (e.g. My WissKI)
  • DRUPAL_USER: Username for the Drupal user (will be created on initial startup)
  • DRUPAL_PASSWORD: Password for DRUPAL_USER (will be set on initial startup)

WissKI settings

  • WISSKI_GRAIN_YEAST_WATER_VERSION: Version of the wisski grain and water recepie. Look here for available versions.
  • WISSKI_FLAVOURS: List of flavours. TODO: how do you have to specify them here and where is a list of available flavours?
  • DEFAULT_GRAPH: Full graph URI where WissKI data should be stored (e.g. http://my.graph.uri/)

Triplestore settings

  • TS_READ_URL: URL of the read endpoint of the triplestore (e.g. http://public.graph.database/repositories/default)
  • TS_WRITE_URL: URL of the read endpoint of the triplestore (e.g. http://public.graph.database/repositories/default/statements)
  • TS_REPOSITORY: Name of the repository
  • TS_USERNAME: Username for the Triplestore user
  • TS_PASSWORD: Password for TS_USERNAME

About

Docker Image to install WissKI Environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages