+ [ ] Detect operating system + [ ] Check required software available: php, git, composer, docker + [ ] Prefer to do everything through docker if available, but give option to user + [ ] Add composer bin directory to PATH if not already + [ ] Global composer install Use `command -v whatever` to detect if the `whatever` command is available.
Use
command -v whateverto detect if thewhatevercommand is available.