Last active
March 7, 2018 07:32
-
-
Save supercid/bca2a7f7596a3eedd5c803ac72c77e25 to your computer and use it in GitHub Desktop.
Shopware install one line
This file contains 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
git clone https://github.com/shopware/shopware.git | |
cd shopware | |
chmod -R 755 var | |
chmod -R 755 web | |
chmod -R 755 files | |
chmod -R 755 media | |
chmod -R 755 engine/Shopware/Plugins/Community | |
cd build/ | |
ant configure | |
ant build-unit | |
cd .. | |
wget -O test_images.zip http://releases.s3.shopware.com/test_images_since_5.1.zip | |
unzip test_images.zip | |
# Installs Nosto Plugin | |
cd engine/Shopware/Plugins/Local/Frontend | |
git clone https://github.com/Nosto/nosto-shopware NostoTagging | |
cd NostoTagging | |
composer install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment