|
|
Home Installation Manual Help Us to Help You |
|
|
|
Page 1 of 7 Manual InstallationIn certain circumstances there might be a problem with using the standard Browser Installation method described, but all is not lost. It is possible to install Joomla! in a more complex, but never-the-less straight-forward process provided it is completed in sequence. Step 1 – Create and edit the configuration fileOpen the local directory where you uncompressed the Joomla! Core distribution directories and files and copy the file configuration.php-dist. Rename the copied file to configuration.php, and open it in your code editor. Edit the following fields in particular, prior to saving the file in the joomla_root directory of the installation. The remaining fields can be edited through the Global Configuration screen of the Control Panel->Site Menus.
The following are the important variables to be amended before the software will operate properly: var $sitename = 'your Web site name';
var $dbtype = 'mysql'; var $secret = 'FBVtggIk5lAzEU9H'; //Change this to a random mixture of upper and lower alphanumeric characters. This is an important security feature and should not be neglected. It is not essential to enter the FTP data at this point as the information can be added within the Global Configuration screen once installation is completed.
var $ftp_host = '127.0.0.1'; //This is the default localhost address reference. Your Web host may have set this differently. var $tmp_path = '/tmp'; //The absolute path to the tmp directory within the root directory of your Joomla! installation. This should not be confused with the same named directory of your Web server. var $log_path = '/var/logs'; //The absolute path to your Web server log directory.
var $mailfrom = 'your e-mail address';
Other variable settings in the configuration.php can be altered via the Global Configuration screen in the Control Panel->Site Menu once installation has been completed. |
|||||||||||
| Last Updated ( Wednesday, 31 October 2007 ) | |||||||||||
| < Prev | Next > |
|---|






