Skip to content

matslj/turnering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

By Mats Ljungquist

What?

Turnering is an application to be used when arranging a tournament

Features

  • Captcha - securimage - this feature can be turned on/off in the config-file
  • Logging - homemade - this feature can be turened on/of in the config-file
  • jQuery plugins - form.plugin
  • jQuery UI - for dialogs and some other stuff
  • jGrowl - for information messages
  • tinyeditor - for wysiwyg editing

Download and install

Turnering is on GitHub.

http://github.com/matslj/turnering/

Download it either by 'git clone' or as a tag-zip (preferably the latest tag) and then change the following define in 'config.php':

  • define('WS_SITELINK', 'http://<your domain + path to where index.php is located>/'); // Link to site.

So if you for example have your index.php in localhost/disimg/ then the above define should read:

define('WS_SITELINK', 'http://localhost/turnering/'); // Link to site. (Observe that the sitlink MUST end with a slash)

That was the installation of the code. Now the database has to be configured. To do this edit the file /sql/config.php with information about your database. Then, back in the browser, point your browser to:

the location of WS_SITELINK followd by ?p=install, for example http://localhost/turnering/?p=install

and then follow the instructions to in order to set up all the necessary tables and stored routines required by disimg (press 'Destroy current database and create from scratch'). Some sample data will also be installed.

Also there are one directory that may need to be added manually to the root of your installation; log - log files will end up here. Make sure that the file permissions allow write. Toggle logging on off in config.php.

Now the complete power of Turnering is at your hands.

In final deployment, the install directory (/pages/install) should be erased.

An example of a pure standard installation of Turnering is available here (not available yet). Review it before moving on.

  1. Turnering, The license

Free software. No warranty.

. ..: © Mats Ljungquist, 2013

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors