Skip to content

Instantly share code, notes, and snippets.

@florinel-chis
Created November 27, 2012 19:05
Show Gist options
  • Save florinel-chis/4156304 to your computer and use it in GitHub Desktop.
Save florinel-chis/4156304 to your computer and use it in GitHub Desktop.
Prestashop Install - File Permissions
chmod -R 777 config/
chmod -R 777 cache/
chmod -R 777 log/
chmod -R 777 img/
chmod -R 777 mails/
chmod -R 777 modules/
chmod -R 777 themes/
chmod -R 777 translations/
chmod -R 777 upload/
chmod -R 777 download/
chmod -R 777 sitemap.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment