oat-sa / extension-tao-outcomerds
extension that allows outcome storage in relational database
Installs: 75 505
Dependents: 4
Suggesters: 0
Security: 0
Stars: 3
Watchers: 48
Forks: 4
Open Issues: 5
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.10.0
- dev-master
- v8.4.3
- v8.4.2
- v8.4.1.1
- v8.4.1
- v8.4.0
- v8.3.1
- v8.3.0
- v8.2.3
- v8.2.2
- v8.2.1
- v8.2.0
- v8.1.1
- v8.1.0
- v8.0.2
- v8.0.1
- v8.0.0
- v7.3.2
- v7.3.1
- v7.2.1
- v7.1.0
- v7.0.0
- v6.4.1
- v6.3.1
- v6.3.0
- v6.2.0
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.2.1
- v6.0.2
- v6.0.0
- v5.1.0
- v5.0.1
- v4.3.0
- v4.2.3
- v4.2.2
- v4.2.1.1
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.1
- v3.4.0
- v3.3.0
- v3.2.0
- v2.2.1
- v2.2.0
- v2.1.0
- v2.0.0
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0
- 1.0-beta2
- 1.0-beta
- dev-feature/sonarqube-integration
- dev-release-8.4.1
- dev-develop
- dev-fix/update-autoRelease-action-with-bot-user
- dev-release-8.2.3
- dev-hotfix/AUT-2995/add-brazilian-portuguese-language
- dev-fix/INF-187/missing-flag-is-externally-graded
- dev-feature/poc-php80-compatibility
- dev-feat/TR-3119/assync_aggrgation
- dev-refactor/TDR-21/simplify-schema-setup
- dev-academy/new-feature-best-practice
- dev-academy/TDR-21/scenario-a
- dev-fix/NCC-152/AssignmentsReportKeepsTracksOfAssignment
- dev-fix/explicit_types
- dev-fix/NEX-336/schema-change-action-abstraction
- dev-fix/NEX-168/fugly
- dev-release-6.0.2.1
- dev-hotfix/TAO-8930/result-export-missing-records
- dev-feature/NEX-168/rds-result-storage-testing
- dev-feature/TAO-7682-fix-nightly-tests
- dev-release/4.2.1.1
- dev-hotfix/SI-179
- dev-fix/SI-179/export-result-table
- dev-TAO-6469_fix_backend_tests_2
- dev-feature/TAO-5258-insert-multiple-benchmarks
- dev-release-2.2.0
- dev-release-2.0.0
- dev-TAO-3123/exp-new-result-retrieval
- dev-fix/removeIndexHtaccess
- dev-refactor/variable-storage
- dev-mpdeploy
- dev-dev-act
This package is auto-updated.
Last update: 2024-11-16 15:29:50 UTC
README
Extension that allows a storage in relational database
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-outcomerds
is very likely already installed. You can verify this under Settings -> Extension
manager, where it would appear on the left hand side as taoOutcomeRds
. 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-outcomerds
Install the extension on the CLI from the project root:
Linux:
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomerds
Windows:
php tao\scripts\installExtension oat-sa/extension-tao-outcomerds
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 taoOutcomeRds on the right hand side, check the box and hit install
Configuration options
RdsResultStorage.conf.php
Configuration option persistence
Description : contains a persistence value of the RDS result storage .
Possible values of the persistence
key:
- a string value which equals to
default
.
Extension Wiki
You can find the extension wiki here.