Skip to content

Instantly share code, notes, and snippets.

@sousatg
Created June 16, 2017 10:50
Show Gist options
  • Save sousatg/04565bb7d18134664db88c46d4ff51d1 to your computer and use it in GitHub Desktop.
Save sousatg/04565bb7d18134664db88c46d4ff51d1 to your computer and use it in GitHub Desktop.
Notas Magento2
Set the magento permissions
find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \; && chmod u+x bin/magento
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment