Changes between Version 134 and Version 135 of CmdiVirtualLanguageObservatory


Ignore:
Timestamp:
10/23/18 12:39:42 (6 years ago)
Author:
Twan Goosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CmdiVirtualLanguageObservatory

    v134 v135  
    5656==== Dockerised setup ====
    5757
    58 Ideally, the application is run and managed via the [https://gitlab.com/CLARIN-ERIC/compose_vlo VLO docker compose configuration]. It ties together two images: [https://gitlab.com/CLARIN-ERIC/docker-vlo-beta CLARIN-ERIC/docker-vlo] and [https://gitlab.com/CLARIN-ERIC/docker-solr CLARIN-ERIC/docker-solr]. The former provides both the web app and the importer, and connects to the latter for reading and writing from/to the index. In order to make the Solr container work in this setup, it needs to be provisioned with the right configuration. In the docker compose configuration, this is done by attaching a volume to the Solr container that is initialised with the right Solr home content by a short-lived instance of the VLO image. Once could also use a host mount for this purpose. For details, see the documentation of the VLO docker compose projects and the two docker image projects.
     58Ideally, the application is run and managed via the [https://gitlab.com/CLARIN-ERIC/compose_vlo VLO docker compose configuration]. It ties together two images: [https://gitlab.com/CLARIN-ERIC/docker-vlo-beta CLARIN-ERIC/docker-vlo] and [https://gitlab.com/CLARIN-ERIC/docker-solr CLARIN-ERIC/docker-solr]. The former provides both the web app and the importer, and connects to the latter for reading and writing from/to the index. In order to make the Solr container work in this setup, it needs to be provisioned with the right configuration. In the docker compose configuration, this is done by attaching a volume to the Solr container that is initialised with the right Solr home content by a short-lived instance of the VLO image. One could also use a host mount for this purpose. Furthermore the project introduces an optional nginx proxy that provides access to the web app, various static content and takes care of compression and caching. For details, see the documentation of the VLO docker compose projects and the two docker image projects.
    5959
    6060==== Non-dockerised setup ====
     
    7171
    7272||  Environment||= '''Test''' =||= '''Beta''' =||= '''Production''' =||
    73 || '''Server'''  || alpha-vlo-clarin.esc.rzg.mpg.de|| beta-vlo-clarin.esc.rzg.mpg.de || lvps92-51-161-129.dedicated.hosteurope.de ||
     73|| '''Server'''  || rs236235.rs.hosteurope.de|| beta-vlo-clarin.esc.rzg.mpg.de || rs238144.rs.hosteurope.de ||
    7474|| '''URL'''  || [http://alpha-vlo.clarin.eu] || [http://beta-vlo.clarin.eu] || [https://vlo.clarin.eu] ||
    75 || '''Dockerised''' || No || Yes || No ||
    76 || '''User''' || vlouser || - || vlouser ||
     75|| '''Dockerised''' || Yes || Yes || Yes ||
    7776||||||||= '''Locations''' =||||||||
    78 || '''VLO home''' || /lat/webapps/vlo || - || /srv/webapps/vlo ||
    79 || '''Solr data dir''' || /data2/vlo/config/solr/collection1/data || - || /srv/webapps/vlo/solrdata ||
    80 || '''Docker compose dir''' || - || /home/deploy || - ||
     77|| '''Docker compose dir''' || /home/twagoo/docker/compose_vlo || /home/deploy/vlo/compose_vlo || /home/deploy/vlo/compose_vlo ||
    8178||||||||= '''Config''' =||||||||
    82 || ''deleteAllFirst'' || true || true || false ||
    83 || ''maxDaysInSolr'' || 0 || 7 || 7 ||
    84 || ''solrUrl'' || http://localhost:8080/vlo-solr/core0/ || http://172.17.42.1:8080/solr/core0/ || http://localhost:8080/solr/core0/ ||
     79|| ''deleteAllFirst'' || false || false || false ||
     80|| ''maxDaysInSolr'' || 7 || 7 || 7 ||
    8581
    8682==== Solr configuration ====