acdh-oeaw / arche-schema-ingest
Tools for ingesting ARCHE schema into the repository
Installs: 2 460
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 6
Forks: 0
Open Issues: 1
Requires
- php: ^8.1
- composer-runtime-api: ^2.1
- acdh-oeaw/arche-lib-ingest: ^4
- acdh-oeaw/arche-schema: *
- guzzlehttp/guzzle: ^7
- zozlak/argparse: ^1.0
- zozlak/rdf-constants: ^1.2.1
Requires (Dev)
- phpstan/phpstan: *
- phpunit/phpunit: ^10
This package is auto-updated.
Last update: 2024-10-26 10:17:31 UTC
README
Library for ingesting the ACDH schema into the ARCHE repository.
Installation
- Obtain composer
- Run
composer require arche-schema-ingest
Usage
Use one of provided scripts (paths relative to directory where you performed the installation):
vendor/bin/arche-import-ontology --user "{repoUser}" --pswd "{repoPswd}" {repositoryUrl}
vendor/bin/arche-import-vocabularies --user "{repoUser}" --pswd "{repoPswd}" {repositoryUrl}
vendor/bin/arche-check-ontology --user "{repoUser}" --pswd "{repoPswd}" {repositoryUrl}
If you want to check all options available, run the script with the --help
parameter.