/wu2018

Primary LanguageHTML

WU2018 - Continuous Deployment

https://docs.google.com/presentation/d/128zwUq90lWAtYrtqsvRy-qQiWKgrANjtmesutkvDiT4/edit?usp=sharing

Prerequisites

Read this https://phpunit.de/getting-started-with-phpunit.html

Running project

docker-compose up --build

Access http://localhost:8000 to see example page

Get into the webapp container

docker exec -it wu2018_webapp_1 bash

Troubleshooting Docker for Windows

If cannot download the image due to "client timeout" try

docker/for-win#611