Download or fork the ticket application repository.
Run composer install
Copy and amend the example configuration files
Apply any customisations to css, views and images you wish to make
Run php vendor/bin/doctrine-module orm:schema-tool:create This creates the database schema.
Run php vendor/bin/cli cqrs:rebuild-projection -a This imports the initial data into the database.
Setup a cron job for php vendor/bin/cli tickets:timeout-purchases to run frequently
we advise once per minute, this command releases tickets which have been reserved
but have not completed payment.