| home bookshelf slides |
| Joomla : Installation The Joomla Installer |
Page 1In this tutorial, we will finish setting up Joomla. You'll first need to get a mysql login from your hosting provider. Mysql is an open source database. Most hosting providers provide a simple means of setting up a mysql database on your server. You'll need to set up the database, and then save the database name, the database username and the database password. After that, completing installation is very simple. We're going to
And then we're done with the base installation. Page 2Open a web browser and navigate to the domain where you uploaded the Joomla files. In this tutorial, we are installing Joomla into a domain where there already is a website. When we look at the domain, the old pages are still showing. Page 3In this case, we need to enter the full url of the Joomla start page, which is, for our example: www.nycircuits.com/index.php . This automatically redirects us to the Joomla installation page. Page 4Here we have scrolled down a bit. You'll notice the following items in red:
Page 5Scrolling down further, we see that we need to set a bunch of file permissions. Page 6Go back to your site in FileZilla, or open whatever tool you have for configuring your server. Page 7We need to change some permissions to make some folders writeable. The first folder in the list is administrator/backups. Navigate to the administrator folder on your server. The adminstrator folder is one of the folders that you uploaded when you uploaded Joomla. Page 8Right click on the folder whose permissions you want to change. Page 9Choose File Attributes, and the File Attributes dialog appears. Page 11After you click OK, the file permissions are set. Repeat this process until you have set all of the permissions on the installation screen to Write (777). Then, refresh the install screen. The files are now listed in green. Page 13The GNU/GPL license appears. After reading it, click Next. Page 14Almost done - we just need to enter the mysql db information. Enter the following:
Page 15Click Next. Joomla will ask you if you're sure the settings are correct. Page 16If you've entered everything correctly, the next screen appears. Enter the name for your site. Page 17Step 3 has a few more things to check and enter:
Page 18Joomla is now installed. However, there are two more things you need to do.
Page 19Scroll down on the page, and you'll see the following message: Your configuration file or directory is not writeable, or there was a problem creating the configuration file. You'll have to upload the following code by hand. Click in the textarea to highlight all of the code. Click to highlight the code as instructed, then Right-click and choose Copy. Page 20Return to FileZilla. Find a file named configuration.php-dist. (It will be in the folder where you uploaded Joomla). Page 21Locate the same file on your machine (in the Joomla folder that you originally downloaded). Page 22You need to:
If you already know how to do the above steps, you can go ahead and skip the next few pages. For a step by step walkthrough of how to do the above in FileZilla, please continue. Page 24You get an error message, because no editor program has been specified. Page 26The FileZilla Options dialog opens. Here we've choosen as our editor C:\WINDOWS\notepad.exe in the File viewing / Editing section. Page 27Now we can choose View / Edit of configuration.php-dist in FileZilla and notepad opens. (Don't worry if the file contents appear scrambled, we're going to overwrite them). Delete the contents of configuration.php-dist and paste in the code you copied in the previously. Page 28Save the file and close notepad. Now Right-Click on configuration.php-dist and choose Rename. Page 30Upload configuration.php by dragging from the left pane to the right. Page 32One more step. Delete the installation directory (Right-click and choose Delete). If you don't delete this directory, Joomla will not run. Page 33Now you can view the new Joomla installation. In the present example, there is a preexisting index.html page on this domain, so in order to view Joomla we need to type in the full url of the Joomla start page, in this case www.nycircuits.com/index.php. If you are installing Joomla into an empty domain, you can just type the domain name and you will see your new Joomla site. You can see that Joomla has been installed with some sample conent. In the next tutorial we'll change the template so that the site looks completely different. Then in subsequent tutorials we'll put all of the content in to build a working site. |