paliarush / magento2-vagrant-for-developers

Vagrant Box for Magento 2 Developers
MIT License
447 stars 165 forks source link

Sample data from magento or custom? #148

Closed lfolco closed 7 years ago

lfolco commented 7 years ago

When I follow the instructions to install sample data, it is only generating the lightweight sample data (#102). Is it possible to use the Magento sample data?

In config.yaml, I have the following custom settings:

checkout_source_from: "composer"
install_sample_data: 1

I also have this for sample data (default value):

ce_sample_data: "git@github.com:magento/magento2-sample-data.git"
paliarush commented 7 years ago

Git version of sample data is used only when you install Magento from Git.

When Magento is installed via Composer, please follow http://devdocs.magento.com/guides/v2.1/install-gde/install/sample-data-after-composer.html to install sample data