acdh-oeaw/arche-schema-ingest

Tools for ingesting ARCHE schema into the repository

4.0.2 2024-03-18 11:32 UTC

README

Latest Stable Version Build status Coverage Status License

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.