Skip to content

Latest commit

 

History

History
executable file
·
42 lines (27 loc) · 932 Bytes

README.md

File metadata and controls

executable file
·
42 lines (27 loc) · 932 Bytes

GitHub Actions

Based on MVC Framework in PHP

Requirements

  • PHP - The latest version of PHP is highly recommended
  • Composer - Dependency Manager

Install

Dependencies

$ composer install

Run database migrations and seed with test data

$ vendor/bin/phinx rollback -e development -t 0
$ vendor/bin/phinx migrate -e development
$ vendor/bin/phinx seed:run -e development

Docker

Build

docker build -t tournament_bet_img .

Run

docker run -d -p 4000:80 --name tournament_bet tournament_bet_img

© Markus Thulin 2016-