We have identified a few issues when setting up this project on a new machine:
- Users get confused about setting the Platform.sh CLI token.
- PHP needs to be installed on the local machine because we are using GrumPHP, which runs on pre-commit hooks. If PHP is not installed, users cannot commit changes.
- After running
ddev pull platform, a few directories (tmp, private, drush) are created and are not excluded from Git, so users may accidentally push these changes.
We have identified a few issues when setting up this project on a new machine:
ddev pull platform, a few directories (tmp, private, drush) are created and are not excluded from Git, so users may accidentally push these changes.