To run phd you need Docker, on your host-system. While older versions should also work, here are the minimum versions which are actively tested and supported.
Optional but recommended
git
make
:bangbang: If you have disk performance issues when running composer inside a Docker container, please refer to Performance tuning for volume mounts for optimizations.
You can create your Docker environment with
docker-machine
from Docker Toolbox as a VM or cloud-based host | DocsOn Linux the fastest way to get it is probably sudo pip install docker-compose
.
To test if your environment is ready, simply run the following status commands, if you do not see any errors, you are good to go!
docker version
docker-compose version
docker info
docker ps
:warning: Running phd without Docker should work, but is not actively supported.
See tutorials.
vendor
Help us to improve the documentation, fork this page.