Changes between Version 122 and Version 123 of CmdiVirtualLanguageObservatory


Ignore:
Timestamp:
02/08/17 09:26:51 (7 years ago)
Author:
Twan Goosen
Comment:

some small updates about development and testing

Legend:

Unmodified
Added
Removed
Modified
  • CmdiVirtualLanguageObservatory

    v122 v123  
    7070=== Development ===
    7171
    72 The VLO's sources are on [https://github.com/clarin-eric/VLO GitHub]!
     72The VLO's sources are on [https://github.com/clarin-eric/VLO GitHub]! Additional information can be found in the [https://github.com/clarin-eric/VLO/blob/master/README.md README] file.
    7373
    7474==== Architecture ====
     
    101101For the web app, the !ServletVloConfigFactory is used which reads the configuration from file but also processes context parameters which can override the parameters in the configuration file.
    102102
    103 Some options configurable through !VloConfig:
     103Some options configurable through `VloConfig.xml`:
    104104* locations of metadata to be imported
    105105* various solr parameters
     
    129129===== Test VM =====
    130130
    131 Test versions of the VLO can be deployed to the following server: '''alpha-vlo-clarin.esc.rzg.mpg.de'''. It is publicly accessible. To access it over SSH, get an account for ''con01.rzg.mpg.de'' (contact [mailto:florian.kaiser@rzg.mpg.de Florian Kaiser]) or ask [[twagoo|Twan]] or [[dietuyt|Dieter]] to login. From this host, an SSH connection to ''!root@alpha-vlo-clarin.esc.rzg.mpg.de'' can be made on basis of a key pair without the need for a password. The host has Apache and Tomcat configured with reverse proxies in the former to access the latter from outside.
     131Test versions of the VLO can be deployed to the following server: '''alpha-vlo-clarin.esc.rzg.mpg.de'''. It is publicly accessible. To access it over SSH, get an account for ''con01.rzg.mpg.de'' (contact [mailto:florian.kaiser@rzg.mpg.de Florian Kaiser]) or ask the developer or [[SystemAdministration#Gettingaccess|system administrators]] for help. From this host, an SSH connection to ''!root@alpha-vlo-clarin.esc.rzg.mpg.de'' can be made on basis of a key pair without the need for a password. The host has Apache and Tomcat configured with reverse proxies in the former to access the latter from outside.
    132132
    133133===== End user testing =====
    134134
    135 A test plan for end-user testing of the VLO front-end has been implemented at MPI. Contact corpus management (corpman@mpi.nl) for more information or testing requests.
     135A test plan for end-user testing of the VLO front-end has been implemented at MPI. Currently, the MPI no longer does testing for CLARIN. A new test plan is under development (see [[SoftwareTesting]]).
    136136
    137137== Design ==