drupal/wisski_starter

Installs and configures the WissKI base environment with mandatory modules.

Installs: 11

Dependents: 1

Suggesters: 0

Security: 0

Type:drupal-recipe

1.0.0-alpha1 2025-06-13 12:05 UTC

This package is auto-updated.

Last update: 2025-06-13 10:26:28 UTC


README

This recipe provides the foundational WissKI environment for collection objects data literacy projects. It serves as the base layer that prepares a WissKI instance with essential configurations and modules.

Overview

The WissKI Starter recipe establishes the core WissKI environment with essential WissKI modules and dependencies. Visit WissKI Default recipe

Installed modules

  • IMCE (for file uploading)
  • WissKI
    • WissKI Autocomplete (autocomplete widget)
    • WissKI Core (core entity and functions)
    • WissKI Pathbuilder (semantic modeling)
    • WissKI SPARQL1.1 Adapter with Pathbuilder (triplestore connector)
    • WissKI Store Abstraction Layer Zero (abstract adapter interface)
  • Inline Entity Form (for nested entity generation)

Usage

Install the recipe with composer:

composer require drupal/wisski_starter

Add installer type to composer.json:

"installer-types": [
    ...
    "drupal-recipe"
],

Install the recipe with:

drush recipe ../recipes/wisski_starter -v

Learn more about recipes here.