- Pull down the app from version control
- Run
bin/setup
- Run
bin/run
- Run
bin/ci
to run all tests and checks for the app tmp/test.log
will use the production logging format and not the development one.
- All runtime configuration should be supplied via UNIX environment variables.
- Rails logging uses lograge. Run
bin/setup help
for more details on how to set it up.