Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Latest commit

 

History

History
60 lines (42 loc) · 2.77 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.77 KB

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: