Inspired by https://github.com/github/scripts-to-rule-them-all.
./script/setup
./script/server
See further instructions in README.md.
./script/server
./script/stop-server
./script/console ./script/command
: run a Symfony command./script/console <command>
: run a single command in Docker./script/console
: get a bash into Docker./script/root-console
: get a bash as root in Docker, for installing OS packages
./script/logs
: see logs of all Docker services
./script/reset