Short description about the project goes here.
- Docker and Docker Compose should be installed on your system.
-
Clone the repository:
-
Set up Docker environment:
- Use Docker Compose to start the required services.
docker-compose up -d
- Access the Docker container:
- Once the services are up, you can enter the Docker container.
docker-compose exec {php-container} bash
- Install Composer dependencies:
composer install
- Run database migrations:
bin/console d:m:m
- Import product data:
- You need to run the Symfony command to import product data.
bin/console import:products
- If you encounter any issues, check the logs in
docker-compose logsfor error messages. - Make sure that the
.envfile is correctly set up with the necessary configurations. - Contact support or refer to the documentation for more help.