Application de gestion d'un référentiel de profils/compétences pour une démarche GPEC.
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
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