No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
Rogier Neeleman 067d650a85 Bug in weergeven groepsnaam bij uitslag. hace 8 años
application Bug in weergeven groepsnaam bij uitslag. hace 8 años
bootstrap Change to bootstrap framework. hace 8 años
css Start of page style to work with. hace 8 años
images Change to bootstrap framework. hace 8 años
js HTML KickStart added hace 8 años
system CodeIgniter 3.0.4 added hace 8 años
.gitignore Backup map voor backups. hace 8 años
.htaccess updated htaccess file hace 8 años
README.md Enabled sessions hace 8 años
index.php CodeIgniter 3.0.4 added hace 8 años

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.