-
-
Notifications
You must be signed in to change notification settings - Fork 182
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
Bug: Local development instructions for MacOS are incomplete #338
Comments
Yeah this sounds like a useful addition. I'd encourage you to make this change yourself and contribute that improvement |
I'd suggest to replace trellis with ddev for local development unless you want to deploy whole trellis infra to staging and production. |
@juslintek plenty of folks in this community are using trellis even for just deployment purposes - there's a lot of flexibility with trellis. people should use whatever tool works best for them 😄 ...but coming on here and mentioning a different tool is not relevant to this issue or helpful whatsoever. there's no need to chime in with what your preferred tool is when someone is asking for help on something unrelated to what you're talking about. |
Why you see evil in this, when single underlying intention is to help. P.S. You mention DDEV in your docs yourself, over here: https://docs.roots.io/bedrock/master/local-development/ Sometimes changing tool is faster, than getting stuck with same one for weeks. Maybe If you're using M1 then I guess it might be the issue, because I've had issue running trellis image on M1 so switched to docker. |
Terms
Description
What's wrong?
Unable to run Trellis on MacOS
What have you tried?
What insights have you gained?
The NFS mount type doesn't work by default on MacOS because of encrypted folders. That is in the docs but the solution is not.
Possible solutions
The solution is to change "vagrant_mount_type" in vagrant.default.yml file from "nfs" to "virtualbox" on MacOS. This should be mentioned in the docs.
Temporary workarounds
Steps To Reproduce
Expected Behavior
Works
Actual Behavior
Doesn't work
Relevant Log Output
No response
Versions
1.12.0
The text was updated successfully, but these errors were encountered: