tao-test/app/taoDeliveryRdf
2022-08-29 20:14:13 +02:00
..
.github/workflows Code, before instalation. 2022-08-29 20:14:13 +02:00
config/default Code, before instalation. 2022-08-29 20:14:13 +02:00
controller Code, before instalation. 2022-08-29 20:14:13 +02:00
doc Code, before instalation. 2022-08-29 20:14:13 +02:00
helper Code, before instalation. 2022-08-29 20:14:13 +02:00
includes Code, before instalation. 2022-08-29 20:14:13 +02:00
install Code, before instalation. 2022-08-29 20:14:13 +02:00
locales Code, before instalation. 2022-08-29 20:14:13 +02:00
migrations Code, before instalation. 2022-08-29 20:14:13 +02:00
model Code, before instalation. 2022-08-29 20:14:13 +02:00
scripts Code, before instalation. 2022-08-29 20:14:13 +02:00
test Code, before instalation. 2022-08-29 20:14:13 +02:00
view/form Code, before instalation. 2022-08-29 20:14:13 +02:00
views Code, before instalation. 2022-08-29 20:14:13 +02:00
.gitignore Code, before instalation. 2022-08-29 20:14:13 +02:00
composer.json Code, before instalation. 2022-08-29 20:14:13 +02:00
LICENSE Code, before instalation. 2022-08-29 20:14:13 +02:00
manifest.php Code, before instalation. 2022-08-29 20:14:13 +02:00
README.md Code, before instalation. 2022-08-29 20:14:13 +02:00

extension-tao-delivery-rdf

Manages deliveries using the ontology

Note:

This extension uses Task Queue by default. Please make sure you have properly set up your queue after install as it stated in the queue documentation.

Export compiled delivery assembly package CLI command

Command: php index.php "oat\taoDeliveryRdf\scripts\tools\ExportDeliveryAssembly" -uri RDF_DELIVERY_URI -format xml -out ~/path.zip

Options

  • uri : URI of compiled delivery RDF resource.
  • format : Output format for compiled test file compact-test in exported delivery assembly package. Optional. Default value - xml
  • out : Filepath for exported delivery assembly package.