Changes between Version 49 and Version 50 of ComponentRegistryAndEditor


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ComponentRegistryAndEditor

    v49 v50  
    85851. [[ComponentRegistryRest|REST back end]]
    8686  * Maven based build of [[ComponentRegistryRest|REST service]]
    87     * No strict need to build this locally, as the[https://travis-ci.org/clarin-eric/component-registry-rest Travis project] builds and also takes care of deploying tagged commits to GitHub
     87    * No strict need to build this locally, as the [https://travis-ci.org/clarin-eric/component-registry-rest Travis project] builds and also takes care of deploying tagged commits to GitHub
    8888    * The sources come with a `build.sh` script that will build the entire project in a Docker container with the right versions of Java and Maven installed, so no need to have those installed locally
    89   * Docker image [https://gitlab.com/CLARIN-ERIC/docker-component-registry-rest|docker-component-registry-rest] which makes an image based on a compiled REST project (typically from a Travis tag build deployed to GitHub)
     89  * Docker image [https://gitlab.com/CLARIN-ERIC/docker-component-registry-rest docker-component-registry-rest] which makes an image based on a compiled REST project (typically from a Travis tag build deployed to GitHub)
    90902. [[./ReactFrontEnd|React front end]]
    9191  * npm/webpack based build of React.js front end
    9292    * No strict need to build this locally, as the build is also carried out as part of the Docker image build (see below)
    93   * 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
     93  * 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
    9595=== Deployment ===