Library for ingesting the ACDH schema into the ARCHE repository.
- Obtain composer
- Run
composer require arche-schema-ingest
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.