docker-magento icon indicating copy to clipboard operation
docker-magento copied to clipboard

Unable to Install Sample Data via composer

Open mkadsv opened this issue 3 years ago • 1 comments

Description I successfully installed Magento via the manual setup and ran into an issue with installing the sample data.

Steps To Reproduce

  1. Followed the Manual Setup (Used the 2.4-develop branch for core development and successfully got test site up w/ no sample data)
  2. After successfully completed installation, I ran bin/magento sampledata:deploy

Expected Result pull required modules for sample data

*Actual Result mark-magento_—-zsh—172×35_and_docker-compose_yml—_mark-magento

mkadsv avatar Nov 18 '21 22:11 mkadsv

I have this same issue. Followed the manual setup steps using git for core development. Got the same error. Here's my history:

 5058  mkdir magento
 5059  cd magento
 5060  curl -s https://raw.githubusercontent.com/markshust/docker-magento/master/lib/template | bash
 5063  docker-compose -f docker-compose.yml up -d
 5065  bin/setup-composer-auth
 5066  bin/cli git clone [email protected]:magento/magento2.git .
 5067  bin/cli git checkout 2.4-develop
 5068  bin/composer install
 5069  bin/setup localhost
 5074  bin/magento sampledata:deploy

sirugh avatar Jul 25 '22 17:07 sirugh

Is this still an issue? I'm going to close this out as it's an old ticket and I'm unable to replicate it, but if you are still having this issue please let me know and I'll reopen it.

markshust avatar Dec 04 '22 14:12 markshust

@markshust I'm still having the issue

MayurBagwe avatar Nov 04 '23 06:11 MayurBagwe