Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

35 lines (18 loc) · 646 Bytes

Scripts to help with common tasks

Inspired by https://github.com/github/scripts-to-rule-them-all.

First run

  • ./script/setup
  • ./script/server

See further instructions in README.md.

Starting / stopping

  • ./script/server
  • ./script/stop-server

Console

  • ./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

Debug

  • ./script/logs: see logs of all Docker services

Restart

  • ./script/reset