Wisski Starter
This project sets up a basic WissKI environment for managing collection objects data. It includes essential modules for file uploads, core WissKI functionality, semantic modeling, and data storage.
WissKI Starter Recipe
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 to start with a default data model.
Installed modules
- [IMCE](https://www.drupal.org/project/imce) (for file uploading)
- [WissKI](https://www.drupal.org/project/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](https://www.drupal.org/project/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
Additional Information
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 1.1.0 | Stable | Nov 25, 2025 | |||
| 1.0.0 | Stable | With WissKI 4.1 | Aug 20, 2025 | ||
| 1.0.0-alpha1 | Pre-release | Jun 13, 2025 | |||
| 1.x-dev | Dev | Ongoing development branch. | Jun 13, 2025 |