Mark Shust
Mark Shust
@YevhenZvieriev thanks! I think we should prompt the user for input though, and fall back to defaults if they just "enter" through the script though, no? I like your idea...
@YevhenZvieriev I feel as though the script was still way too unnecessarily complex. I think you removed something that shouldn't have been removed (which is the standardization of inputs between...
Every helper script created also needs a corresponding addition to the README, describing the script, and also added to the Makefile! (something that I routinely forget 😅) https://github.com/markshust/docker-magento/pull/1040/commits/8cad6b6aea106d4d750c5ba25ec9dc314d246995
I'd need more info on this. 1) What operating system are you running? 2) How long does it run before the container stops? 3) Which container stops? Use this name...
I'm unable to replicate this issue. Note that running: ``` bin/magento sampledata:deploy && bin/magento setup:upgrade ``` Is different from running: ``` bin/magento sampledata:deploy bin/magento setup:upgrade ``` This is because the...
Thanks for this PR! Since this is one of the larger updates that came in, I need to test it a little more extensively. I really appreciate the detailed comments,...
How much memory do you have allocated to Docker? Also, how many stores are you trying to compile with grunt?
Though this should be possible, this project doesn't necessarily support running multiple Magento projects at the same time. That said, I'd love to have this functionality in here, but I...
Kinda. I don't like the complexity of how Warden manages these multi-environments, so I didn't implement the same setup in this project. While it would be nice to run multiple...
I'm not sure -- Magento is made to run on SSL, so I never recommend disabling it. If you are having an issue due to SSL certs, we would need...