See getfursu.it/info
- Docker w/Compose plugin
- sudo
- Yarn (to be able to do more than run tests in the
@small
group)
To make tests in @small
group work:
- Clone
./toolbox setup
./toolbox docker-up
./toolbox composer install
./toolbox pus
To make tests in @medium
group work:
- All the above setup
git submodule init
git submodule update
yarn install
yarn encore production
./toolbox pum
To make the dev
environment and tests in @large
group work:
- All the above setup
./toolbox console doctrine:schema:create
- Setup reCaptcha (required for some functionalities)
- Yarn is not dockerized and automated
- Tests in
@medium
group will not work without Yarn - Well, this