oat-sa / extension-tao-publishing
用于将测试发布到交付环境的扩展
v7.0.1
2023-08-10 14:03 UTC
Requires
- oat-sa/extension-tao-delivery-rdf: >=14.0.0
- oat-sa/extension-tao-testqti: >=41.0.0
- oat-sa/generis: >=14.0.0
- oat-sa/oatbox-extension-installer: ~1.1||dev-master
- oat-sa/tao-core: >=52.3.0
- dev-master
- v7.0.1
- v7.0.0
- v6.4.2
- v6.4.1
- v6.4.0
- v6.3.0.2
- v6.3.0.1
- v6.3.0
- v6.2.0.1
- v6.2.0
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.0
- v5.2.1
- v5.1.0
- v5.0.0
- v4.0.1
- v3.0.1
- v2.2.1
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0.1
- v2.0.0
- v1.3.0
- v1.2.0
- v1.1.0
- v1.0.0
- v0.9.2
- v0.9.1
- v0.9.0
- v0.8.1
- v0.7.2
- v0.7.0
- v0.6.0
- v0.5.3
- v0.5.2
- v0.5.1
- v0.4.4
- v0.4.2
- v0.4.1
- v0.4.0
- v0.2.0
- dev-feature/sonarqube-integration
- dev-develop
- dev-fix/update-autoRelease-action-with-bot-user
- dev-release-6.3.0.2
- dev-fix/OATSD-1762/v6.3.0.1
- dev-backport/OATSD-1762/v6.2.0.1
- dev-fix/OATSD-1762/not-sync-delivery-periods-when-empty
- dev-feature/AUT-1839/remote_publishing_from_test
- dev-feature/ADF-151/fix-compatibility-w-advanced-search
- dev-feature/TAO-10203-advanced-search
- dev-revert-101-feature/ADF-151/fix-compatibility-w-advanced-search
- dev-fix/TAO-10399/publish-delivery-custom-properties-integrated
- dev-remove-jenkinsfile
- dev-WIP-feature/BSA-158-remote-publishing-delivery-event
- dev-feature/TAO-10137/update_documentation_and_changelog
- dev-feature/TAO-10137/add_button_to_publish_to_remote_environment
- dev-feature/TAO-10137/publish-to-remote-delivery-environment
- dev-feature/TAO-10137/publish-to-remote-environment-from-qti-test-backup
- dev-feature/TAO-10140/handle-create-publishment-interface
- dev-feature/tao-10139-publishment-interface
- dev-feature/TAO-10138/remove-sync-to-remote-environments-checkbox
- dev-feature/fix-wrong=delivey-label-when-sync
- dev-feature/readme-improvements
This package is auto-updated.
Last update: 2024-09-16 15:58:41 UTC
README
在创建交付时,将交付、测试和交互发布到其他TAO平台。
安装说明
这些说明假设您已经在系统上安装了TAO。如果没有,请访问package/tao并遵循安装说明。
将扩展添加到TAO composer和自动加载器
$ composer require oat-sa/extension-tao-publishing ^3 --prefer-source
从项目根目录通过CLI安装扩展
Linux
sudo php tao/scripts/installExtension.php taoPublishing
Windows
php tao\scripts\installExtension.php taoPublishing
Docker
$ docker container exec -it {YOUR-TAO-INSTANCE-PHP-CONTAINER} php tao/scripts/installExtension.php taoPublishing
安装后,只需在TAO平台上下线并重新登录。
作为系统管理员,您也可以通过TAO扩展管理器安装它
- 设置(菜单右侧的齿轮) -> 扩展管理器
- 在右侧选择taoPublishing,勾选复选框并点击安装
在TAO平台上设置交付
要能够同步,您需要设置要发布的发布目标。您可以
- 点击设置图标(右上角) -> 发布目标 -> 添加按钮。
- 标签:填写您选择的良好名称。
- 根URL应该是发布目标(其他TAO平台)的协议+主机名。例如:https://demo.taotesting.com/。
- 认证类型:如果使用基本认证,只需使用您要发布的系统中实际用户的用户名和密码。请确保该用户具有适当的权限。