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

"post-create-project-cmd": "./flow welcome" Issues #59

Open
mhsdesign opened this issue Dec 5, 2022 · 1 comment
Open

"post-create-project-cmd": "./flow welcome" Issues #59

mhsdesign opened this issue Dec 5, 2022 · 1 comment

Comments

@mhsdesign
Copy link
Member

mhsdesign commented Dec 5, 2022

composer create-project neos/neos-base-distribution fails on windows

see https://discuss.neos.io/t/composer-create-project-neos-neos-base-distribution-mysite-not-working-windows/6147/3
duplicate of https://discuss.neos.io/t/setting-up-neos-with-xampp/5917

The problem is that we run flow welcome, at a time where flow cant find the php executable - as this needs to be adjusted first.
https://discuss.neos.io/t/setting-up-neos-with-xampp/5917/5?u=marc

Adjusting Neos.Flow.core.phpBinaryPathAndFilename on windows is a mandatory step before flow would even run: https://discuss.neos.io/t/running-neos-flow-on-windows-10-success/2752

@mhsdesign mhsdesign changed the title composer create-project neos/neos-base-distribution fails on windows "post-create-project-cmd": "./flow welcome" Issues Jan 31, 2023
@mhsdesign
Copy link
Member Author

Even with the use of ddev on windows its a problem as described in slack: https://neos-project.slack.com/archives/C050C8FEK/p1675093993845509

I would suggest to check first if ./flow even exists or if the execution fails echo out a usefull note instead of letting the composer create project command to crash

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

No branches or pull requests

1 participant