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.
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.
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.
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.
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:
- PHP 5.3 (use HHVM, it works 100%)
- Smarty (latest 2.6 series, 2.6.28)
- jQuery and jQuery UI (latest 1.x series, 1.11.2)
- jQuery DateTimePicker add-on
- jQuery Autocomplete add-on
- TinyMCE (latest 3.5 series)
- Flag-icon CSS
- AddThisEvent widgets
- Google Analytics support
- TrackJS support