Skip to content
README.md 1.09 KiB
Newer Older
Marco De Donno's avatar
Marco De Donno committed
# International Close Non-Matches Library - ICNML

This GIT repository is the main repository to build all the parts of ICNML.

All parts are assembled using GIT submodules (web app and all the mendatory libraries).

Marco De Donno's avatar
Marco De Donno committed
The CICD is in charge of deploying the master branch to production. The develop branch is pushed to a staging server.
The staging server is protected by the frontend nginx reverse proxy via a internal auth request on the production server; the user need to log onto the production version to be able to load and log into the staging version.
Marco De Donno's avatar
Marco De Donno committed

Marco De Donno's avatar
Marco De Donno committed
This docker-compose file is not designed to be run in developement or production mode.
Theh Makefile is not inteded to be run manually here for developement of production, but only used by the CICD to build and push to staging and production.
Check the production GIT module (https://esc-md-git.unil.ch/ICNML/conf-prod) to see the production configuration.

To download the entire code-base, go to https://esc-md-git.unil.ch/ICNML/docker and git clone the repository. The download link on gitlab dont sync the submodules needed to build the ICNML application.