jessedobbelaere / MatchTracker

School project - Online competition creator and match tracker in Symfony2. Not in active development anymore!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MatchTracker

What is MatchTracker?

MatchTracker is an online competition creator and match tracker tool created by 3 ICT students during the course Projecten2 at KAHO Sint-Lieven. Follow our development blog for the latest news and development articles.

Image Image Image

WATCH THE PREVIEW VIDEO

Installation

Since we use the Symfony Framework, you need at least PHP version 5.3.

  • Clone this GIT repository to your webserver
  • Go to your the config wizard, e.g. matchtracker.localhost/web/config.php to generate a new /app/config/parameters.yml with your database settings.
  • If composer (composer.phar) isn't already installed, run curl -s http://getcomposer.org/installer | phpto install it.
  • Install the vendors: php composer.phar install
  • Import the dev/db.sql database dump to your database.
  • Run MatchTracker: matchtracker.localhost/web/app_dev.php

About

School project - Online competition creator and match tracker in Symfony2. Not in active development anymore!


Languages

Language:PHP 51.0%Language:Objective-C 24.8%Language:CSS 23.9%Language:Shell 0.3%Language:JavaScript 0.1%