These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them?
- (optional) Create your 
docker-compose.override.ymlfile 
cp docker-compose.override.yml.dist docker-compose.override.ymlNotice : Check the file content. If other containers use the same ports, change yours.
cp .env.dist .env
docker-compose up -d
docker-compose exec --user=application web bash