Hello,
I want to start a new WordPress project with another developer. The decisions we made are:
- We want to use Bedrock as the WP structure
- we want to use Sage as the WP theme
- We put the project in a GIT repository
I now ask myself if we should use Trellis, Valet or Docker. My personal opinion is that Trellis / Docker is a bit too much for a project with two developers working on it. Additionally my experience with Vagrant is not very positive, as it was very slow when I used it. My favorite would be Valet, because it’s so slim. The repository I would use is Beanstalk, from there I would trigger my deployments to my test and live system.
Additionally I am not 100% sure if my server to which I want deploy my project also needs Docker installed - does anybody knows that? And what happens when my server runs on Apache and not Nginx?
Would be great to hear your opinions and get some guidance here.
Thanks!