Changes between Version 102 and Version 103 of CmdiVirtualLanguageObservatory


Ignore:
Timestamp:
11/18/15 14:13:00 (9 years ago)
Author:
Twan Goosen
Comment:

replaced links to 'raw' text files to GitHub viewer

Legend:

Unmodified
Added
Removed
Modified
  • CmdiVirtualLanguageObservatory

    v102 v103  
    2020== Usage ==
    2121* End users will browse to the web application (e.g. [https://vlo.clarin.eu])
    22 * The import can be started from the command line or scheduled via cron. For instructions, see [https://raw.githubusercontent.com/clarin-eric/VLO/master/README.txt README.txt]
     22* The import can be started from the command line or scheduled via cron. For instructions, see [https://github.com/clarin-eric/VLO/blob/master/README.txt README.txt]
    2323 * If need be, the Solr index can be flushed by removing the Solr data directory's content (for the exact location, see table below)
    2424* The Solr interface will typically only be available locally, for usage by the web app and the importer
     
    2828=== Deployment/configuration ===
    2929
    30 Upgrade instructions are included in the [https://raw.githubusercontent.com/clarin-eric/VLO/master/UPGRADE.txt UPGRADE.txt] file.
     30Upgrade instructions are included in the [https://github.com/clarin-eric/VLO/blob/master/UPGRADE.txt UPGRADE.txt] file.
    3131
    3232VLO is deployed to ''vlo.clarin.eu'' for production and ''beta-vlo.clarin.eu' for beta. There is a single tomcat instances that hosts both the web application and the Solr back end.
     
    3636Most of the '''configuration''' takes place in the !VloConfig.xml file. Its format is read by both the importer and the web app and has options for both, so this can be shared in a single file. In addition, the web app has a set of context parameters to configure the location of !VloConfig.xml that should be used, and to ''optionally'' override the Solr base URL.
    3737
    38 See the packages deployment instructions ([https://raw.githubusercontent.com/clarin-eric/VLO/master/DEPLOY-README.txt DEPLOY-README.txt]) for details.
     38See the packages deployment instructions ([https://github.com/clarin-eric/VLO/blob/master/DEPLOY-README.txt DEPLOY-README.txt]) for details.
    3939
    4040==== Deployment environments ====
     
    5757
    5858Mapping CMDI > VLO fields and facets
    59 * See [http://lux13.mpi.nl/isocat/clarin/vlo/mapping/] which is based on [https://raw.githubusercontent.com/clarin-eric/VLO/master/vlo-commons/src/main/resources/facetConcepts.xml facetConcepts.xml]
     59* See [http://lux13.mpi.nl/isocat/clarin/vlo/mapping/] which is based on [https://github.com/clarin-eric/VLO/blob/master/vlo-commons/src/main/resources/facetConcepts.xml facetConcepts.xml]
    6060* [[./ManualMapping|White/Blacklist]] as suggested by CLARIN-D centres
    6161* Mapping from !MdCollectionDisplayName to !NationalProject: [https://github.com/clarin-eric/VLO/blob/master/vlo-commons/src/main/resources/nationalProjectsMapping.xml nationalProjectsMapping.xml]