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

Suresh Chikani picture Suresh Chikani · Sep 19, 2015 · Viewed 43.8k times · Source

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

Answer

m4s0 picture m4s0 · Dec 9, 2015

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/