Introduction
Running 4ME in production
The prefered way to run 4ME in production is to use auto generated docker images to create docker containers.
Each one of this image contains a service used by the 4ME ecosystem.
Prerequisites
4ME needs a server on which those containers can run and a web client (a browser) to run the frontend app.
Server prerequisites
- Linux
- Docker
- Internet access (to download docker images and to reach external services as NM B2B)
Client
- A web browser
- Network access to the server
Images orchestration with docker-compose
4ME services depends on each other. Service A may need service B to be running before it starts. 4ME needs a way to express and configure those dependencies. Compose files provide a convenient way to do so.
Read more about orchestrating 4ME using docker-compose
Images orchestration with kubernetes
Work in progress
Running config of 4ME
- CRNA-E (LFEE) : https://gitlab.asap.dsna.fr/4ME/4me.devops