https://github.com/oat-sa/extension-tao-delivery-rdf
Manages deliveries using the ontology
https://github.com/oat-sa/extension-tao-delivery-rdf
Last synced: 6 months ago
JSON representation
Manages deliveries using the ontology
- Host: GitHub
- URL: https://github.com/oat-sa/extension-tao-delivery-rdf
- Owner: oat-sa
- License: gpl-2.0
- Created: 2015-11-27T10:11:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T15:44:43.000Z (about 1 year ago)
- Last Synced: 2024-04-14T09:44:39.030Z (about 1 year ago)
- Language: PHP
- Size: 2.6 MB
- Stars: 3
- Watchers: 49
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# extension-tao-delivery-rdf
[](https://codecov.io/gh/oat-sa/extension-tao-delivery-rdf)
Manages deliveries using the ontology
_Note_:
>This extension uses [Task Queue](https://github.com/oat-sa/extension-tao-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.## Feature Flags
### Data Store
# Environment variables
Here you can find the environment variables including feature flags
| Variable | Description | Default value |
|----------------------------------------|-----------------------------------------------------------------------------|---------------|
| FEATURE_FLAG_ENABLE_DATA_STORE_STORAGE | Enable `Data Store` integration | - |
| FEATURE_FLAG_DATA_STORE_METADATA_V2 | Allows usage of the new metadata format while integration with `Data Store` | - |