Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Data Issue #183

Closed
julesbravo opened this issue Apr 9, 2018 · 1 comment
Closed

Sample Data Issue #183

julesbravo opened this issue Apr 9, 2018 · 1 comment

Comments

@julesbravo
Copy link

If I run init_project.sh with sample data turned on I get the error below. It works fine with sample data turned off.

[2018-04-09 21:59:31]     >  Magento installation failed. [/vagrant/scripts/guest/m-reinstall]
[2018-04-09 21:59:31]     >

  [Symfony\Component\Console\Exception\CommandNotFoundException]
  There are no commands defined in the "setup" namespace.
@julesbravo
Copy link
Author

It appears that currently the default branch for the sample data is 2.3-develop and the default branch for magento is 2.2-develop. This difference is causing issues so you need to manually set the branch for each in config.yaml. I used 2.2 myself, but could likely use any other matching branches.

ce: "[email protected]:magento/magento2.git::2.2" 
ce_sample_data: "[email protected]:magento/magento2-sample-data.git::2.2"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants