pico -w config/setup/general.config.php3 ----------------------------------------------------------- $DBConf["DBName"] = "Sherpath"; // Database name $DBConf["Username"] = "sherpath"; // Login for this database $DBConf["Password"] = "__PASSWORD__"; // Password for this database $DBConf["Server"] = "localhost"; // Database server hostname $DBConf["Port"] = "3306"; // Database connection port ------------------------------------------------------------- pico -w config/default/common.config.php3 ------------------------------------------------------------- -$Conf["lang"] == "fr"; +$Conf["lang"] = "en"; -$Conf["LoginLanguage"] == "fr"; +$Conf["LoginLanguage"] = "en"; ------------------------------------------------------------- pico -w config/default/global.config.php3 ------------------------------------------------------------- -$Conf["opts"]["lang"] = "fr"; +$Conf["opts"]["lang"] = "en"; ------------------------------------------------------------- pico -w config/default/directory.config.php3 ------------------------------------------------------------- -if(isset($GRConf["SkinImage"]) ) $Conf["PPATH_IMAGES"] = "images/".$GRConf["SkinImage"]."/fr"; +if(isset($GRConf["SkinImage"]) ) $Conf["PATH_IMAGES"] = "images/".$GRConf["SkinImage"]."/en"; ------------------------------------------------------------- pico -w config/database/common.config.php3 ??? -------------------------------------------------------------- $DBConf["DBName"] = "Sherpath"; $DBConf["Username"] = "sherpath"; $DBConf["Password"] = "__PASSWORD__"; -------------------------------------------------------------- pico -w config/database/common.default.config.php3 -------------------------------------------------------------- -$DBConf["DBName"] == "DBSherx"; -$DBConf["Username"] == "root"; -$DBConf["Password"] == ""; +$DBConf["DBName"] = "Sherpath"; +$DBConf["Username"] = "sherpath"; +$DBConf["Password"] = "__PASSWORD__"; -------------------------------------------------------------- pico -w setup/database/CreateNewDatabase ----- ----- cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/ pico 98Sherpath ========================================================== #------------------------------------------- # Sherpath 0.9.3 #------------------------------------------- Alias /sherpath /opt/Sherpath RequireSSL on AddType application/x-httpd-php .php .php3 .phtml #note: with the 'Indexes' option, the directories content is listed # if you go to /sherpath/config, but denied if 'Indexes' is remove Options Indexes +Includes FollowSymLinks order deny,allow deny from all allow from all #------------------------------------------ ==========================================================