reported by andyd in slack:
At end of composer install come the
Create a sites/default/services.yml file with chmod 0666
Create a sites/default/files directory with chmod 0777```
messages. I'm guessing that these are hard to change and come from core but the site is actually installed into *web*/sites... so following these instructions won't work.
As it turns out both service.yml & settings.php exist in this install so they don't need to be created and their permissions are already 666 so they don't need chmod either. If the messages could be removed or replaced with something about creating a database and setting up a webserver that would probably be ideal.
reported by andyd in slack:
At end of composer install come the