| home bookshelf slides |
| Joomla : Installation Putting the Files on the Server |
Page 1Installing Joomla is simple. It basically involves the following steps:
This tutorial will cover the first two steps, and the next tutorial in the series will cover the rest of the steps. Joomla is a PHP program. Your server needs to have PHP installed. The installation tutorials will show how to install Joomla on a Unix based machined with PHP installed. Most hosting providers that are running Unix have accounts available with PHP installed. Page 2This tutorial will show you how to install Joomla version 1.0.8, step by step. First, open the Joomla Project Release page. Page 3Here's a screenshot of the page taken on May 4, 2006. The list of files on this page changes constantly, so you'll probably see a different list. Page 4You'll want to find a file that contains the phrase "Stable-Full Package". The files with name "patch" are only partial Joomla packages. Page 5Next we're going to
These steps will be demonstrated Windows XP. If you are using another operating system the steps will be similar. If you already know how to download and unzip a file archive and upload files to your server, you can skip ahead. Page 6We're going to download the file ending in ".zip". Click on the link, to get the download dialog. (If you know how to unzip a gz file and your server has shell access, you can save a bit of time by downloading the gz file instead and unzipping it directly on your server. If you know how to do that, you can skip the rest of this tutorial and proceed to the next one.) Page 7Here we have the Save As dialog - we'll save the package to the Windows Desktop. Page 10Here you can see the file has been downloaded to the desktop. Page 11Now we need to unzip the files in the package. If you have Winzip installed, you can simply double-click on the package. If you have Windows XP, you can also unzip the package by right-clicking on the package and choosing Open With - Compressed (zipped) folders. That will open a screen like the one shown. The sidebar menu (1) should be showing. If it is not, click on the Folders icon (2). Page 14Click Next. By default the files and folders will be extracted to a folder with the same name as the package. Page 18Now you just need to transfer all of the extracted files to your web server. Your hosting provider may have a web interface for doing this. You can also upload the files using a program like CuteFTP or Filezilla. If you already know how to upload files to your server, you can skip the rest of this tutorial and go to the next tutorial in this series. The next few screens will demonstrate uploading the files using Filezilla. Filezilla is an open source program that can be downloaded from this site. To install, find a file name "FileZilla**setup.exe", download this file to your desktop and run it. For example, at the time of this writing, the most current version of FileZilla is contained in a file named FileZilla_2_2_22_setup.exe. Page 22Enter the information for your server (you can get this from your hosting provider).
Page 23Click Connect. (If you get a message asking you about the server key, click OK). FileZilla connects to your server. The following window panes are displayed:
Page 24In the window pane displaying your local files, navigate to where you put the Joomla files. In this case, since we put the files on the Desktop and were logged in as user1, the files are located at C:\Documents and Settings\User1\Desktop\Joomla_1.0.8-Stable-Full_Package\ By double clicking on the appropriate folders, we've navigated to the Joomla package folder. Page 25Now we just need to transfer the files from our local system to the server. In this set of tutorials, we're going to be installing Joomla at www.nycircuits.com, which is located on servers hosted by www.pair.com. We need to navigate to the folder on the server where www.nycircuits.com is located. This will vary depending on your hosting provider. If you don't know where your domain is located, check with your hosting provider. In this screenshot we've navigated to the Joomla files on our local machine (1), and to the folder where the www.nycircuits.com domain is located (2). We're ready to transfer the files. Page 26To start the file transfer, simply select the files in the Joomla folder (you can select all by entering <Ctrl><a>), and then dragging the files over to the pane displaying the server files.
Page 27There are a lot of files to upload, so it will take a while to finish. When the files have finished uploading, close FileZilla and proceed to the next tutorial in this series. |