Hello,
As you know we can download magento2 community edition with the command below "
composer create-project --repository-url=https://repo.magento.com/ magento/project-community-edition <installation directory name>
But I want to download magento2 with sample data from "repo" ... how can I ?
Solved! Go to Solution.
Magento's install guides cover installing the sample data... I did it using the console.
Install sample data after Magento
Install optional sample data modules
Magento's install guides cover installing the sample data... I did it using the console.
Install sample data after Magento
Install optional sample data modules
Any chance to download both together same as Zip file in download area?
Have you looked in https://www.magentocommerce.com/download ? There is a pre-built ZIP file with just CE plus one with CE and sample data. The documentation you linked to has not be updated yet to reflect this new ZIP file.
I have not had a chance to try it myself yet. :-(
My request is, download "Magento2 + Sample Data" (in one package not separated) with Composer
If you get the zip with sample data, you don't have to use Composer to install it.
Would it help if I added a note on this page? http://devdocs.magento.com/guides/v2.0/install-gde/prereq/zip_install.html
I'm not sure what you're asking.
If you use composer create-project, you can run bin/magento sampledata:deploy (simplest way).
if you clone the repository, AFAIK, you have to clone the sample data repository as well and link the two repositories together.
hi Friends...
i am new to Magento . I installed Magento 2.0 in localhost wamp . but i am not getting any sample data..
Can any one help me to this..
Can anyone suggest me the right tutorial to learn Magento..
Thanks in Advance
How did you install Magento?