- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer