-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
kickstart:site doesn't work properly #3217
Comments
Wdyt, @Wyndala? |
I've tested the behavior before PR #3089 The old implementation works the same way, so the wrong behavior is quite old. |
Some further points: As it seems |
After a short call with @Wyndala we found out that the neos-development-distribution has a missing entry and folder ( "repositories": {
"distributionPackages": {
"type": "path",
"url": "./DistributionPackages/*"
}
} With this folder and entry in place, the package get's generated into the DistributionPackages folder and also added to the root |
After running the
kickstart:site
wizard, the generated package is in theApplication
folder, but the package doesn't get written into the rootcomposer.json
file.Some thoughts:
Sites
folder or even better into theDistributionPackages
?composer.json
Please run the setup or import the site with the flow command site:import --package-key Foo.Bar
should be shown.The text was updated successfully, but these errors were encountered: