You will require:
- Docker engine for your platfom (Windows Linux Mac)
- Docker-compose
- Git client
- Make
- Clone the Docker repo:
git clone \
[email protected]:ASDAlexey/symfony-base-backend.git \
&& cd docker-symfony
- create .env file from dist:
cp .env.dist .env
- Replace ALL values in
.env
file; - Start spinup scenario
make docker-env
- For additional commands
make help