Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. find -type d -exec chmod 775 {} ;
  2. find -type f -exec chmod 664 {} ;
  3. rm -rf var/*
  4. php bin/magento setup:upgrade
  5. php bin/magento cache:clean
  6. php bin/magento cache:flush
  7. php bin/magento indexer:reindex
  8.  
  9. rm -rf var/*
  10. php bin/magento setup:upgrade
  11. php bin/magento cache:clean
  12. php bin/magento cache:flush
  13. php bin/magento indexer:reindex
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement