|
Dec 15
2009
|
Joomla installation is relatively easy for an experienced computer user. This section summarizes the installation steps, so if you haven’t gone through the process, this will familiarize you with the basic features.
Start the installation by downloading the current Joomla image (from www.joomla.org) to a local drive. Expand the archive (either a .zip, .tar.gz and .tar.bz2 file), and place the Joomla files in your Web server directory. In a remote installation, you can use an FTP program such as the free FileZilla to upload the files in the root directory on the Web server.
Before you begin installing on a remote server, you should check to ensure that PHP is functioning properly. You can easily perform this test by creating a file with your text editor (such as Notepad) named test.php and putting in a single line that reads . Save the file and upload it to the remote server. When you access the file (with a URL such as http://www.example.com/test.php), you will be presented with a multipage screen of PHP configuration parameters. If PHP isn’t executing properly, contact your ISP. Be sure to delete this file after it has executed properly because it can reveal a great deal about your Web server to a potential hacker. Additionally, a phpinfo() page is securely included in the Joomla Administrator interface, so you can obtain the information there.