Browse Source

Made the config file an example.

master
Rogier Neeleman 8 years ago
parent
commit
afde9e54b6
  1. 2
      .gitignore
  2. 5
      README.md
  3. 0
      application/config/config_example.php

2
.gitignore vendored

@ -8,6 +8,8 @@ application/logs/* @@ -8,6 +8,8 @@ application/logs/*
!application/logs/index.html
!application/logs/.htaccess
application/config/config.php
user_guide_src/build/*
user_guide_src/cilexer/build/*
user_guide_src/cilexer/dist/*

5
README.md

@ -2,5 +2,8 @@ @@ -2,5 +2,8 @@
This is a score system for scout patrols in the Netherlands.
### What is this repository for? ###
### Installation ###
* Copy the whole tree to a webserver with php support.
* In /application/config/ copy config_example.php to config.php.
* Edit the config.php and edit the variable base_url

0
application/config/config.php → application/config/config_example.php

Loading…
Cancel
Save