From 2561c837c661728435b0ea81675b71272ccf79fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20Schm=C3=A4ing?= Date: Wed, 1 Jul 2015 17:24:58 +0200 Subject: [PATCH] SW-11931 fix demo data part in readme.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c3b864f51a..5362edacc89 100644 --- a/README.md +++ b/README.md @@ -53,20 +53,24 @@ You can also start testing with lower permissions due to security reasons (644 f ant configure ant build-unit -4.) Download the demo data files and extract them: +4.) Download the test images and extract them: -Go to the checkout directory and download the demo data files: +Go to the checkout directory and download the test images: - wget -O demo.zip http://releases.s3.shopware.com/demo_4.2.0.zip + wget -O test_images.zip http://releases.s3.shopware.com/test_images.zip Unzip the files to the checkout directory: - unzip demo.zip + unzip test_images.zip You can now access your shop Backend Login: demo/demo +The test_images.zip file includes thumbnails for the new responsive theme and the old deprecated template. + +If you want to have full featured demo data, you should download the respective demo data plugin in the First Run Wizard or in the Plugin Manager. + # Get involved Shopware is available under dual license (AGPL v3 and proprietary license). If you want to contribute code (features or bugfixes), you have to create a pull request and include valid license information. You can either contribute your code under New BSD or MIT license.