Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Getting started

121593 edited this page Mar 8, 2020 · 3 revisions

Run project

From root folder run sudo docker-compose up

Email activation control

In dev environment email should be disable. State is managed en var IS_EMAIL_ACTIVATED

Useful commands

  • Open a shell in 'node' container : docker exec -it $(docker container ls | grep 'node' | awk '{print $1}') sh
  • Apply database migrations : npx sequelize-cli db:migrate
  • Load test data : npx sequelize-cli db:seed:all
Clone this wiki locally