docker-magento
docker-magento copied to clipboard
Unable to Install Sample Data via composer
Description I successfully installed Magento via the manual setup and ran into an issue with installing the sample data.
Steps To Reproduce
- Followed the Manual Setup (Used the 2.4-develop branch for core development and successfully got test site up w/ no sample data)
- After successfully completed installation, I ran
bin/magento sampledata:deploy
Expected Result pull required modules for sample data
*Actual Result
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
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 I'm still having the issue