Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I install the sample data after setting up Magento2?

Tags:

magento2

I want to install sample-data after successfully Magento setup. What is the process of installing the sample-data after Magento installation in Magento2?

like image 226
Suresh Chikani Avatar asked Sep 19 '15 12:09

Suresh Chikani


People also ask

What is Magento 2 sample data?

Magento sample data provides online store owners with a storefront powered by the Luma theme. It works like a typical Magento storefront and helps store owners manipulate pricing, inventory, promotional pricing rules from the Magento Admin Panel.


1 Answers

download sample data:

php bin/magento sampledata:deploy 

Then install sample data:

php bin/magento setup:upgrade 

http://m4s0.com/install-magento-2-with-sample-data/

like image 84
m4s0 Avatar answered Oct 10 '22 00:10

m4s0