drupal / wisski_starter
Installs and configures the WissKI base environment with mandatory modules.
1.0.0-alpha1
2025-06-13 12:05 UTC
Requires
- drupal/imce: ^3.1
- drupal/inline_entity_form: ^3.0@RC
- drupal/wisski: 4.x-dev@dev
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