Skip to content

Commit

Permalink
Merge pull request #2699 in SW/shopware from sw-11931/5.0/fix-demo-da…
Browse files Browse the repository at this point in the history
…ta-part-in-readme.md to 5.0

* commit '2561c837c661728435b0ea81675b71272ccf79fa':
  SW-11931 fix demo data part in readme.md
  • Loading branch information
bcremer committed Jul 2, 2015
2 parents b218083 + 2561c83 commit 1c325b1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1c325b1

Please sign in to comment.