選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Rogier Neeleman 067d650a85 Bug in weergeven groepsnaam bij uitslag. 8年前
application Bug in weergeven groepsnaam bij uitslag. 8年前
bootstrap Change to bootstrap framework. 8年前
css Start of page style to work with. 8年前
images Change to bootstrap framework. 8年前
js HTML KickStart added 8年前
system CodeIgniter 3.0.4 added 8年前
.gitignore Backup map voor backups. 8年前
.htaccess updated htaccess file 8年前
README.md Enabled sessions 8年前
index.php CodeIgniter 3.0.4 added 8年前

README.md

README

This is a score system for scout patrols in the Netherlands.

Installation

  • Copy the whole tree to a webserver with php support.
  • In /application/config/ copy config_example.php to config.php.
  • In /application/config/ copy database_example.php to database.php.
  • Edit the config.php and edit the variables:
    • base_url, the URL of the website.
    • language, your language. Dutch or English.
    • sess_*, your session cookie preferences.
  • Edit the database.php to your needs.