diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-22 10:05:25 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-22 10:05:25 +0000 | 
| commit | 7ef66498389f2977f0e75053108eae832ff3ce1b (patch) | |
| tree | 99e85558d10fb09ad48568cce9513dfff2d6c05e | |
| parent | f794774c9d79550ff406e3820edd92d21b835aa3 (diff) | |
| download | semanticscuttle-7ef66498389f2977f0e75053108eae832ff3ce1b.tar.gz semanticscuttle-7ef66498389f2977f0e75053108eae832ff3ce1b.tar.bz2 | |
Help on configuration
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@331 b3834d28-1941-0410-a4f8-b48e95affb8f
| -rw-r--r-- | config.inc.php.example | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/config.inc.php.example b/config.inc.php.example index 4518c8c..d626f1f 100644 --- a/config.inc.php.example +++ b/config.inc.php.example @@ -5,6 +5,9 @@  # it under the terms of the GNU General Public License as published by  # the Free Software Foundation; either version 2 of the License. +# FIRST CONFIGURATION ? The most important variables are $root if you want to install SemanticScuttle into a subdirectory and database variables ($dbtype, $dbhost, $dbuser, $dbpass, $dbname, $tableprefix). You can define Admin users with $admin_users variable. +# Don't forget to put $debugMode to "false" when installation is finished. +  #### System ####  $sitename           = 'SemanticScuttle'; #The name of this site. @@ -18,7 +21,7 @@ $usecache           = false; # use cache ? {true,false}  $dir_cache          = dirname(__FILE__) .'/cache/'; # directory where cache files will be stored  $cleanurls          = false; # Use mod_rewrite to hide PHP extensions {true,false[default]}  			     # be cautious, doesn't work for all hosts, you may need to modify the .htaccess file -$debugMode          = false; # if true, show debug messages			      +$debugMode          = true; # if true, show debug messages			       #### Database ####  $dbtype = 'mysql4'; # Database driver {mysql, mysqli, mysql4, oracle, postgres, sqlite, db2, firebird, mssql, mssq-odbc} | 
