Skip to content

acdh-oeaw/arche-schema-ingest

Repository files navigation

arche-schema-ingest

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.