Skip to content

Instantly share code, notes, and snippets.

@supercid
Last active March 7, 2018 07:32
Show Gist options
  • Save supercid/bca2a7f7596a3eedd5c803ac72c77e25 to your computer and use it in GitHub Desktop.
Save supercid/bca2a7f7596a3eedd5c803ac72c77e25 to your computer and use it in GitHub Desktop.
Shopware install one line
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