This repository allows you to quickly install a Neos CMS environment as a Ddev project using just ddev get haase-fabian/ddev-redis.
For DDEV v1.23.5 or above run
ddev add-on get haase-fabian/ddev-neos
For earlier versions of DDEV run
ddev get haase-fabian/ddev-neos
Then restart your project
ddev restart
This recipe for ddev installs a .ddev/docker-compose.neos.yaml adding neos specific environment variables to the web container.
And it adds the ddev flow
command to run ./flow commands.