Skip to content

Instantly share code, notes, and snippets.

@codenamezjames
Last active August 20, 2017 17:21
Show Gist options
  • Save codenamezjames/8f05927f7f366062c2ff3367ff37506c to your computer and use it in GitHub Desktop.
Save codenamezjames/8f05927f7f366062c2ff3367ff37506c to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* var/session/* var/view_preprocessed/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy --jobs=1
php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment