Help on configuration
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@331 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
parent
f794774c9d
commit
7ef6649838
1 changed files with 4 additions and 1 deletions
|
@ -5,6 +5,9 @@
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
# the Free Software Foundation; either version 2 of the License.
|
# 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 ####
|
#### System ####
|
||||||
$sitename = 'SemanticScuttle'; #The name of this site.
|
$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
|
$dir_cache = dirname(__FILE__) .'/cache/'; # directory where cache files will be stored
|
||||||
$cleanurls = false; # Use mod_rewrite to hide PHP extensions {true,false[default]}
|
$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
|
# 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 ####
|
#### Database ####
|
||||||
$dbtype = 'mysql4'; # Database driver {mysql, mysqli, mysql4, oracle, postgres, sqlite, db2, firebird, mssql, mssq-odbc}
|
$dbtype = 'mysql4'; # Database driver {mysql, mysqli, mysql4, oracle, postgres, sqlite, db2, firebird, mssql, mssq-odbc}
|
||||||
|
|
Loading…
Reference in a new issue