Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.31 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.31 KB

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.