fusionSuite / FusionSuite

Open and follow issues about the project (frontend, backend, website and documentation)
5 stars 0 forks source link

Provide a Docker + docker-compose + Makefile environment for developers #7

Closed marien-probesys closed 2 years ago

marien-probesys commented 2 years ago

We could provide an environment for developers based on Docker and docker-compose. Added to a Makefile, this would allow to start the environment with a simple:

$ make start

or run the tests/linters with:

$ make tests
$ make lint
ddurieux commented 2 years ago

@LaurentLienhard has created docker images here: https://github.com/LaurentLienhard/FusionSuite-Docker

marien-probesys commented 2 years ago

Indeed, but I can see few problems:

LaurentLienhard commented 2 years ago

Yes sorry this does not necessarily respect good practices but I am a beginner on docker ;-)

marien-probesys commented 2 years ago

(my checklist of the things to do)

Backend (https://github.com/fusionSuite/backend/pull/19):

Frontend (https://github.com/fusionSuite/frontend/pull/23):

Documentation (https://github.com/fusionSuite/documentation/pull/27):