Changes between Version 50 and Version 51 of ComponentRegistryAndEditor


Ignore:
Timestamp:
11/14/19 14:59:09 (5 years ago)
Author:
Twan Goosen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryAndEditor

    v50 v51  
    9393  * Docker image [https://gitlab.com/CLARIN-ERIC/docker-component-registry-front-end docker-component-registry-front-end] which is based on a multistage build that acts on the sources of the front end project
    9494
     95Note that the front end and back are built completely independently. In previous versions the back end would include a compiled front end but this is no longer the case. Both have to be deployed separately, and the front end must be configured to find the REST service of the back end at a suitable location. The best way to achieve this is using the dedicated Docker Compose project (see Deployment section).
     96
    9597=== Deployment ===
    9698
    97 Deployment happens via a Docker Compose project [https://gitlab.com/CLARIN-ERIC/compose_compreg compose_compreg], which is configured for a specific environment using environment variables (`.env` file). See its documentation for details on the configuration.
     99The front end and back end need to be deployed and configured separately.
    98100
    99 Also see [[ComponentRegistryRest#Deploying|deploying Component Registry REST service]].
     101Deployment normally should happen using the Docker Compose project [https://gitlab.com/CLARIN-ERIC/compose_compreg compose_compreg], which can be configured for a specific environment using environment variables (`.env` file). See the Compose project's documentation for details on the configuration.
    100102
    101103==== Currently Deployed Locations ====