Maintainer: Michal Kruczek
This stack uses: nginx (lastest), php-fpm (5.6, 7.0), mysql (5.7).
This skeleton can be used to developing app locally or to running tests in Jenkins etc.
- Build docker images running
./docker.sh build-images
. Image versioning is based onversion
fromcomposer.json
- Running local dev env:
./docker.sh run
Domain is set based on.project_name
, by defaulthttp://demo.dev:8000
- Running tests on PHP 7.0:
./docker.sh build
- Running tests on PHP 7.0 with CodeCoverage(include xdebug):
./docker.sh build-coverage
- Running tests on PHP 5.6:
./docker.sh build-56
- Jan Hryniuk [email protected]
Please read more about Github Flow.