Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 468 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 468 Bytes

Message service

Build app containers

$ docker-compose up -d

Rebuild database schema (src/Resources/Database/Schema/Schema.sql)

$ bin/app-bash rebuild

Rebuild database with test data fixtures

$ bin/app-bash rebuild --test

Rebuild database with templates data (src/Resources/Database/EmailTemplates)

$ bin/app-bash rebuild --templates

Run app

$ bin/app-bash --dev

Run tests

$ bin/app-bash test