Browse Source

Database connection and config added.

master
Rogier Neeleman 8 years ago
parent
commit
44f7e6877e
  1. 1
      .gitignore
  2. 2
      README.md
  3. 0
      application/config/database_example.php

1
.gitignore vendored

@ -9,6 +9,7 @@ application/logs/* @@ -9,6 +9,7 @@ application/logs/*
!application/logs/.htaccess
application/config/config.php
application/config/database.php
user_guide_src/build/*
user_guide_src/cilexer/build/*

2
README.md

@ -6,4 +6,6 @@ This is a score system for scout patrols in the Netherlands. @@ -6,4 +6,6 @@ This is a score system for scout patrols in the Netherlands.
* 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 variable base_url, language.
* Edit the database.php to your needs.

0
application/config/database.php → application/config/database_example.php

Loading…
Cancel
Save