oat-sa / extension-tao-outcomekeyvalue
extension to manage key-value outcomes in TAO
Installs: 59 816
Dependents: 1
Suggesters: 0
Security: 0
Stars: 4
Watchers: 49
Forks: 4
Type:tao-extension
Requires
- oat-sa/extension-tao-outcome: >=13.0.0
- oat-sa/generis: >=15.22
- oat-sa/oatbox-extension-installer: ~1.1||dev-master
- oat-sa/tao-core: >=50.24.6
Requires (Dev)
- oat-sa/extension-tao-delivery: >=15.13.2
- dev-master
- v6.2.2
- v6.2.1
- v6.2.0
- v6.1.4
- v6.1.3.1
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.2
- v6.0.1
- v6.0.0
- v5.7.1
- v5.7.0
- v5.6.1
- v5.5.0
- v5.4.1
- v5.4.0
- v5.3.1
- v5.3.0
- v5.2.1
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0.1
- v5.1.0
- v4.1.0
- v4.0.1
- v3.0.1
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.0
- v1.0.2
- v1.0.1
- v1.0
- dev-develop
- dev-fix/update-autoRelease-action-with-bot-user
- dev-fix/AUT-2995/fix_br_target_language
- dev-release-6.1.3.1
- dev-hotfix/AUT-2995/add-brazilian-portuguese-language
- dev-fix/array_optimisation
- dev-fix/NCC-152/AssignmentsReportKeepsTracksOfAssignment
- dev-fix/fix_requirements_version
- dev-feature/TAO-7682-fix-nightly-tests
- dev-release/5.1.0.1
- dev-hotfix/SI-179
- dev-fix/removeIndexHtaccess
- dev-quality
This package is auto-updated.
Last update: 2024-11-16 15:20:31 UTC
README
Extension implements an Alternative Result storage results interface using persistencies.
Installation instructions
These instructions assume that you have already a TAO installation on your system. If you don't, go to package/tao and follow the installation instructions.
If you installed your TAO instance through package/tao,
oat-sa/extension-tao-outcomekeyvalue
is very likely already installed. You can verify this under Settings -> Extension
manager, where it would appear on the left hand side as taoAltResultStorage
. Alternatively you would find it in
the code at /config/generis/installation.conf.php
.
Note, that you have to be logged in as System Administrator to do this.
Add the extension to your TAO composer and to the autoloader:
composer require oat-sa/extension-tao-outcomekeyvalue
Install the extension on the CLI from the project root:
Linux:
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomekeyvalue
Windows:
php tao\scripts\installExtension oat-sa/extension-tao-outcomekeyvalue
As a system administrator you also install it through the TAO Extension Manager:
- Settings (the gears on the right hand side of the menu) -> Extension manager
- Select taoAltResultStorage on the right hand side, check the box and hit install
Configuration options
KeyValueResultStorage.conf.php
Configuration option persistence_id
Description : contains the result storage persistence identifier.
Possible values of the persistence_id
key:
- a string value, equals to
keyValueResult
.
Extension Wiki
You can find the extension wiki here.