From 1feb84270deaf3dca8d845b5b6056a7eba4b35f9 Mon Sep 17 00:00:00 2001 From: "alextselegidis@gmail.com" Date: Fri, 1 Nov 2013 17:27:06 +0000 Subject: [PATCH] * Added development info (read-me.txt) * Created the configuration-sample.php file and removed the configuration.php (the later must be created only on every installation). --- src/{license.txt => ci-license.txt} | 0 src/configuration-sample.php | 21 +++++++++++++++++++++ src/configuration.php | 21 --------------------- src/read-me.txt | 23 +++++++++++++++++++++++ 4 files changed, 44 insertions(+), 21 deletions(-) rename src/{license.txt => ci-license.txt} (100%) create mode 100644 src/configuration-sample.php delete mode 100644 src/configuration.php create mode 100644 src/read-me.txt diff --git a/src/license.txt b/src/ci-license.txt similarity index 100% rename from src/license.txt rename to src/ci-license.txt diff --git a/src/configuration-sample.php b/src/configuration-sample.php new file mode 100644 index 00000000..9f5614ab --- /dev/null +++ b/src/configuration-sample.php @@ -0,0 +1,21 @@ +> http://www.gnu.org/copyleft/gpl.html + +SETUP FOR DEVELOPMENT +================================================================= +For setting up the application for development you will need to +rename the "configuration-sample.php" file to "configuration.php". \ No newline at end of file