phd5-app
A universal web application template built upon Docker, PHP and Yii 2.0 Framework, (*1)
:construction_worker:
:wolf:
, (*2)
Documentation
See docs, (*3)
Using this repository as a base-image, see phd5-template, (*4)
TL;dr
Requirements
- docker
>=17.05
- docker-compose
>=1.16.0
- make (optional)
Development
make all
Show help, (*5)
make help
Create bash, (*6)
make bash
Run setup in container, (*7)
$ yii app/setup
See configuration..., (*8)
Testing
Initialize application and run command from tests folder, (*9)
make test
Debug tests inside the container, (*10)
make bash
$ codecept run -d
See testing..., (*11)