-
Notifications
You must be signed in to change notification settings - Fork 1
Development Environment
Sergii Pryz edited this page Dec 24, 2024
·
8 revisions
Transfer Object (TO) repository includes development environemnt with Docker SDK shell script.
Running command bellow shows all availabile commands and arguments e.g. phpunit, phpstan etc.
docker/sdk
In order to start work with TO please install Docker and Docker Compose first.
- Build Containers
docker/sdk build
- Run container in background
docker/sdk start
- Install composer's dependencies
docker/sdk composer install
- Install CaptainHooks
docker/sdk hook-install
- Check installed CaptainsHooks
docker/sdk hook config:info
Xdebug is truned off by default in order to turn it on:
- Stop container
docker/sdk stop
- Rebuild with option
-x
docker/sdk -x build
- Start container
docker/sdk start