oat-sa / extension-tao-outcomerds
允许在关系型数据库中存储结果的扩展
v8.4.3
2023-09-19 15:13 UTC
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-09-16 15:13:51 UTC
README
允许在关系型数据库中存储结果的扩展
安装说明
这些说明假设您已经在您的系统上安装了TAO。如果没有,请访问package/tao并按照安装说明操作。
如果您通过package/tao安装了TAO实例,则“oat-sa/extension-tao-outcomerds”很可能已经安装。您可以在“设置 -> 扩展管理器”下验证此点,它将作为左侧的“taoOutcomeRds”出现。或者,您也可以在代码中的`/config/generis/installation.conf.php`找到它。
注意,您必须以系统管理员身份登录才能执行此操作。
将扩展添加到您的TAO composer和自动加载器
composer require oat-sa/extension-tao-outcomerds
从项目根目录通过CLI安装扩展
Linux
sudo php tao/scripts/installExtension oat-sa/extension-tao-outcomerds
Windows
php tao\scripts\installExtension oat-sa/extension-tao-outcomerds
作为系统管理员,您也可以通过TAO扩展管理器安装它
- 设置(菜单右侧的齿轮) -> 扩展管理器
- 在右侧选择taoOutcomeRds,勾选复选框并点击安装
配置选项
RdsResultStorage.conf.php
配置选项persistence
描述:包含RDS结果存储的持久性值。
persistence
键的可能值
- 等于
default
的字符串值。
扩展Wiki
您可以在扩展Wiki中找到更多信息。