Hello there,
I am very new in magento world and i want to ask you a question.
When i use any of below commands through console:
php bin/magento setup:upgrade
php bin/magento cache:flush
php bin/magento setup:static-content:deploy
The site during the proccess of command is not loading properly. (is broken etc). How i can achieve to deploy content, add a new module etc without disturbing the live site?
Please let me know / advise things.
Thank you.
Best Regards,
Kyriakos
Solved! Go to Solution.
Hello,
Site will be go always down while you run command.
you can do something like you can set maintance mode while running command
http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-maint.html
Hope it will help for you.
Hello,
Site will be go always down while you run command.
you can do something like you can set maintance mode while running command
http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli-subcommands-maint.html
Hope it will help for you.