php bin/magento setup:upgrade
php bin/magento setup:di:compile
rm -rf var/* pub/static/*
php bin/magento setup:static-content:deploy
php bin/magento setup:static-content:deploy en_GB
php bin/magento indexer:reindex
php bin/magento cache:flush
php bin/magento cache:clean
chmod -R 777 var pub/static
php bin/magento maintenance:enable --ip=xxx.xx.xxx.xxx --ip=xxx.xx.xx.xxx
php bin/magento maintenance:disable
Cron Command:-
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento cron:run
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/update/cron.php
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento setup:cron:run
php bin/magento setup:di:compile
rm -rf var/* pub/static/*
php bin/magento setup:static-content:deploy
php bin/magento setup:static-content:deploy en_GB
php bin/magento indexer:reindex
php bin/magento cache:flush
php bin/magento cache:clean
chmod -R 777 var pub/static
php bin/magento maintenance:enable --ip=xxx.xx.xxx.xxx --ip=xxx.xx.xx.xxx
php bin/magento maintenance:disable
Cron Command:-
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento cron:run
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/update/cron.php
*/1 * * * * php -c <ini-file-path> <your Magento install dir>/bin/magento setup:cron:run