I installed a test version of Magento CE 2.3.2 and there was no Sample Data added, how do I go about adding the Sample Data?
I am currently re-uploading a fresh install.
Solved! Go to Solution.
Hi @GazCBG
you have installed Magento 2 manually or using command line ? - if its manually then you need to download zip file of Magento 2 with sample data , here is the download link - https://magento.com/tech-resources/download
If you have already installed Magento 2 and you just would like to install sample data on it - then also you can do it - for that you need to run below command from the root directory of your Magento 2.
bin/magento sampledata:deploy
For more details refer this link - https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-composer.html
Hope it helps !
Hi @GazCBG
you have installed Magento 2 manually or using command line ? - if its manually then you need to download zip file of Magento 2 with sample data , here is the download link - https://magento.com/tech-resources/download
If you have already installed Magento 2 and you just would like to install sample data on it - then also you can do it - for that you need to run below command from the root directory of your Magento 2.
bin/magento sampledata:deploy
For more details refer this link - https://devdocs.magento.com/guides/v2.3/install-gde/install/sample-data-after-composer.html
Hope it helps !
Thanks, that was the problem the file I downloaded didn't have the sample data.
Hi @GazCBG
Glad to know that your issue gets resolved !
Happy to help and keep helping others