-
-
Notifications
You must be signed in to change notification settings - Fork 32
TASK: Add easy docker compose setup to get up and running quickly #88
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
Conversation
0811c65
to
e658e3e
Compare
I'd be in favour of having a ddev setup, yes. ddev is very easy to work with, widely supported and with good support. We're using ddev for all our development. |
e658e3e
to
79b0a80
Compare
79b0a80
to
e0f4d1f
Compare
Feel free to add it in a new PR 🙂 I know @mficzel uses ddev as well so get in touch if you need help or discussion. |
DAU proof! Works great :) |
As this is merged, it is vital to adjust https://docs.neos.io/guide/installation-development-setup/docker-and-docker-compose-setup |
ddev is definitely much easier than docker, I always ask myself who is "recommending" docker setup on docs.neos.io but anyway, I have this work-in-progress Repo to setup Neos with a Site package on ddev, I'll probably add Carbon.Pipeline as a dependency for the frontend building.. |
I talked with @tobiasgruber about it and we agreed to let this part of the docs untouched as it felt like the documentation to get startet with setting up a Neos Base Distribution environment. This setup is scoped to the Neos Development Distribution and aimed at contributers. The "entrypoint" to the "Getting Started" docs are at https://docs.neos.io/guide/installation-development-setup (see "Contributing" Hint). And the docs for the new dev setup are here: https://docs.neos.io/guide/contributing-to-neos/neos-core#docker-setup |
Very much depends… I have had to work with ddev setups that didn't even start the way it was supposed to work. With a working |
I will link docs urls on PRs in the future 🙂 |
Ah, I see. Ok, I guess that is useful. Not sure the distinction is clear enough, but that's not your fault by any means. Could even just be me. 🤷♂️😇 |
@Kleisli I agree with @kdambekalns. There is nothing stopping you from adding a ddev setup and opening up a PR 🙂 |
I tend to agree on that, but the problem is how to get there.. ;-) Having a While it makes it a bit more complicated for newbies to decide, it's always good to have options. :) I'll try to check what it needs to add a default ddev config to the distribution |
No description provided.