From afde9e54b668658601fe180f834fd8688b0c7ee2 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Tue, 1 Mar 2016 21:27:00 +0100 Subject: [PATCH] Made the config file an example. --- .gitignore | 2 ++ README.md | 5 ++++- application/config/{config.php => config_example.php} | 0 3 files changed, 6 insertions(+), 1 deletion(-) rename application/config/{config.php => config_example.php} (100%) diff --git a/.gitignore b/.gitignore index 5982f9b..7c7d6ed 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* diff --git a/README.md b/README.md index aa7e914..9f359bf 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/application/config/config.php b/application/config/config_example.php similarity index 100% rename from application/config/config.php rename to application/config/config_example.php