- Install VirtualBox
- Install Vagrant
- Install Ansible
- Clone repository:
git clone [email protected]:sawyer-effect/tdd-php.git
- Go to project dir:
cd tdd-php
- Execute command
vagrant up
To run tests you can run the following commad from app dir:
vagrant ssh -c "cd /opt/software/tdd-php && ./vendor/bin/phpunit"