Closed marien-probesys closed 2 years ago
@LaurentLienhard has created docker images here: https://github.com/LaurentLienhard/FusionSuite-Docker
Indeed, but I can see few problems:
Yes sorry this does not necessarily respect good practices but I am a beginner on docker ;-)
(my checklist of the things to do)
Backend (https://github.com/fusionSuite/backend/pull/19):
composer php7.4-fpm php7.4-mysql php7.4-xml
)php
and mariadb
(under docker/bin
)docker-start docker-clean install setup test lint lint-fix help
)Frontend (https://github.com/fusionSuite/frontend/pull/23):
yarn
)npm
, ng
and yarn
Documentation (https://github.com/fusionSuite/documentation/pull/27):
start install help
)make
commands
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:
or run the tests/linters with: