Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.09 KB

RefGPEC

Build Status Docker Pulls

Application de gestion d'un référentiel de profils/compétences pour une démarche GPEC.

https1

Developement

Prerequisites: NodeJS & Docker & Docker-compose

make install
make run-debug

Then open http://127.0.0.1:8081 to access RefGPEC.

To simulate a production run, you can just type these commandes:

make build
make run-prod

Production

FIXME... Download the docker-compose.yml and just run it.

wget https://raw.githubusercontent.com/Inist-CNRS/RefGPEC/master/docker-compose.yml
docker-compose up -d