cancel
Showing results for 
Search instead for 
Did you mean: 

Install the magento 2.2.5 and no products or examples

Install the magento 2.2.5 and no products or examples

Hello
I just installed magento 2.2.5 but to my surprise I have no products example, an empty homepage and nothing to test effectively is this normal?

On the home page I have "CMS homepage content goes here."
thank you in advance

2 REPLIES 2

Re: Install the magento 2.2.5 and no products or examples

Hi

looks like you have installed Magento without sample data ..

So you need to download Magento with sample data and then need to install it ..

Or else if you wanted to install now ,then you can installed using command line ..

open your ssh terminal and run below command :

php bin/magento sampledata:deploy

then it will installed sampledata for the same ..

refer this link for more details -
https://devdocs.magento.com/guides/v2.2/install-gde/install/cli/install-cli-sample-data.html

Hope it helps..


if issue solved,Click Kudos & Accept as Solution

Re: Install the magento 2.2.5 and no products or examples

I tried the manipulation but I have this error

 

Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

 

Thanks for your reply