1
0
Fork 0
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
Rogier Neeleman 067d650a85 Bug in weergeven groepsnaam bij uitslag. vor 8 Jahren
application Bug in weergeven groepsnaam bij uitslag. vor 8 Jahren
bootstrap Change to bootstrap framework. vor 8 Jahren
css Start of page style to work with. vor 8 Jahren
images Change to bootstrap framework. vor 8 Jahren
js HTML KickStart added vor 8 Jahren
system CodeIgniter 3.0.4 added vor 8 Jahren
.gitignore Backup map voor backups. vor 8 Jahren
.htaccess updated htaccess file vor 8 Jahren
README.md Enabled sessions vor 8 Jahren
index.php CodeIgniter 3.0.4 added vor 8 Jahren

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.