Last active
June 5, 2024 08:11
-
-
Save maxout/9047906 to your computer and use it in GitHub Desktop.
Set the correct directory permissions for Shopware installation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chmod 777 config.php | |
chmod 777 -R cache | |
chmod 777 -R files | |
chmod 777 -R media | |
chmod 777 -R engine/Shopware/Plugins/Community | |
chmod 777 -R logs | |
chmod 777 -R engine/Shopware/Plugins/Default | |
chmod 777 -R web/cache/ | |
chmod 777 -R recovery/ | |
chmod 777 -R themes/Frontend | |
chmod 777 -R recovery/install/data | |
chmod 777 -R var/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PLEASE DONT SET EVERYTHING TO 777