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.yml
file
cp docker-compose.override.yml.dist docker-compose.override.yml
Notice : 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