Last active
July 24, 2016 19:13
-
-
Save emtii/db3a9200296977b022d7 to your computer and use it in GitHub Desktop.
sw5_install
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
#!/bin/bash | |
wget http://releases.s3.shopware.com.s3.amazonaws.com/install_5.0.4_5b69a44ab451eced9f970bc7732d2a4cc7176e45.zip | |
unzip install_5.0.4_5b69a44ab451eced9f970bc7732d2a4cc7176e45.zip | |
chmod 777 bin/console | |
chmod 777 logs/ | |
chmod 777 config.php | |
chmod 777 cache/ | |
chmod 777 web/cache/ | |
chmod 777 files/documents/ | |
chmod 777 files/downloads/ | |
chmod 777 recovery/ | |
chmod 777 engine/Shopware/Plugins/Community/ | |
chmod 777 engine/Shopware/Plugins/Community/Frontend | |
chmod 777 engine/Shopware/Plugins/Community/Core | |
chmod 777 engine/Shopware/Plugins/Community/Backend | |
chmod 777 engine/Shopware/Plugins/Default/ | |
chmod 777 engine/Shopware/Plugins/Default/Frontend | |
chmod 777 engine/Shopware/Plugins/Default/Core | |
chmod 777 engine/Shopware/Plugins/Default/Backend | |
chmod 777 themes/Frontend | |
chmod 777 media/archive/ | |
chmod 777 media/image/ | |
chmod 777 media/image/thumbnail/ | |
chmod 777 media/music/ | |
chmod 777 media/pdf/ | |
chmod 777 media/unknown/ | |
chmod 777 media/video/ | |
chmod 777 media/temp/ | |
chmod 777 recovery/install/data |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment