Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
/ kisakone Public archive
forked from tuminoid/kisakone

Finnish Disc Golf Association's RETIRED disc golf tournament manager. 2019 onwards FDGA uses Disc Golf Metrix at https://dgmtrx.com/

License

Notifications You must be signed in to change notification settings

frisbeegolfliitto/kisakone

 
 

Repository files navigation

Kisakone

Kisakone is Finnish Disc Golf Associations (Suomen frisbeegolfliitto ry) disc golf tournament management software, which powers all the sanctioned disc golf events in Finland.

Live version is running at Kisakone along with many copies operated by local disc golf clubs in Finland.

Installation

See INSTALL. LAMP setup is required, but Kisakone has very limited dependencies. Mainly few PHP modules. Apache is supported by default, but you can run Kisakone with Nginx + HHVM if you like.

Upgrading

You can upgrade by doing a git fetch followed by git checkout <version you want> AND then executing upgrade steps, in order, up to the version to chose to upgrade to. See UPGRADE.md

List of ugprades that require additional steps is available at upgrade directory.

Development

Bleeding edge version is at branch called next. master aims to be stable and is usually updated when there is a new release, along with a release tag. Release tags are the ones you want to use for production.

For development, clone kisakone-dev at same directory level as kisakone. There is ready-made setup for Vagrant VM, usable for local development.

Built with

Kisakone is a legacy project, built originally with PHP 5.2, Smarty templating engine, jQuery and TinyMCE editor.

A lot of effort has been put to clean up the code and modernize the codebase for maintainability, features and performance. Long-term plan is to continue codebase improvements, move to HTML5 with proper UTF-8 and Unicode support, and treat mobile clients as first-class citizens by recreating user interface with responsive design, while improving user experience by offering more logical user interface.

Current list of requirements and frameworks in use:

About

Finnish Disc Golf Association's RETIRED disc golf tournament manager. 2019 onwards FDGA uses Disc Golf Metrix at https://dgmtrx.com/

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • PHP 68.9%
  • Smarty 27.1%
  • CSS 4.0%