Requires latest docker-ce and docker-compose.
First, copy and configure the .env.dist
file to .env
.
Start the project :
$ make start
Install deps :
$ make install-deps
Initialize DB :
$ make init-db
Load fixtures :
$ make load-fixtures
Then browse http://localhost/app_dev.php .