Dmytro Shkoliar

Results 11 comments of Dmytro Shkoliar

Hey @atishgoswami, Check also [feature/magento-1](https://github.com/mage2click/docker-magento-mutagen/tree/feature/magento-1) branch and [M1.md](https://github.com/mage2click/docker-magento-mutagen/blob/feature/magento-1/M1.md) for setup information 😉

Hello, @webphpprojects! You are on macOS or Linux? First of all, check if all project files were copied to the docker container and if nginx.conf exists there. Also, you may...

Hey @webphpprojects, Prepare your existing project files and database dump SQL file. Run `m2c init` command inside of that project root directory. Configure your dev environment by answering a questionnaire...

It should be like this ``` ... [Configure environment extras] Include Varnish service? [n] Include Elasticsearch service? [n] Include RabbitMQ service? [n] Include phpMyAdmin service? [n] [Configure Magento installation] Checking...

> How can I fix it? Run `m2c update` > Even if I did m2c down and m2c init I have same error ;/ Try `m2c down` and also try...

Make sure that `m2c.test_*` toolset service containers and your project `project.test_*` containers are running. Open `https://portainer.m2c.test` to check the project's nginx logs. Also, check nginx.conf file in project root -...

Nice! Also, it was possible to configure nginx.conf with command: `sed -e 's/fastcgi_backend/$fastcgi_backend/g' nginx.conf.sample > nginx.conf` Push it to the container and restart: `m2c push nginx.conf && m2c restart nginx`

Hey @amarroni! For sure we will add Magento 2.4 support, once packages will appear at http://pubfiles.nexcess.net/magento/ce-packages/

In process yet, have a lack of time to finish all things up on this. 😓

Hello @eraq, What Magento version is used?