Changes between Version 15 and Version 16 of Curation Module


Ignore:
Timestamp:
05/12/16 14:01:30 (8 years ago)
Author:
davor.ostojic@oeaw.ac.at
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Curation Module

    v15 v16  
    6969
    7070==== CLI ====
    71 [todo]
     71 To run it from the command line:
     72 java -cp curate.jar:path_to_maven_dependecies/* eu.clarin.cmdi.curation.main.Main
     73
     74Parameters:
     75
     76 * -config <file>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;a path to the configuration file, internal configuration file is used by default. This parameter is optional
     77
     78input type:
     79
     80 * -p    to curate a profile
     81 * -i    to curate an instance
     82 * -c    to curate a collection
     83
     84resource:
     85 * -path <path> -        Space separated paths to file or folder to be curated
     86 * -url <url> -          Space separated urls to profile or instance to be curated
     87 * -id <profilesId> -    Space separated CLARIN profile IDs in format: clarin.eu:cr1:p_xxx
     88
     89Allowed combinations are:
     90
     91 * -p -path / url / id
     92 * -i -path / url
     93 * -c -path
     94
     95
    7296
    7397