How to Install Joomla! in a Windows Platform Test Environment

How to Install Joomla! in a Windows Platform Test Environment
Page content

It is recommended that you install Joomla! in a test environment prior to installing it on live hosting. This helps you to work out any kinks before your website becomes open to the public. It also allows you to see what your site is going to look like without going through the tedious process of uploading individual files, then checking in your browser to see if it worked properly, etc… It is a good practice to maintain this test environment even after your website is live in order to test any patches or extensions that you may add down the road.

Test Environment

Joomla! test environments have the same requirements as a live installation. These are:

  • PHP 4.2.x or later
  • MySQL 3.23.x or later
  • Apache 1.3.x or later

These are all web applications designed for web servers, not your typical home or office PC, so you are going to have to install special packages if you would like to use your standard PC for your test environment. Which package you use is going to vary based on what operating system your computer is running. Most readers will be using the Windows operating system in their home PC or test environment, so we will focus on that.

Windows Package

Installation Guide

Installing Joomla!

Now that you have Apache/MySQL/PHP support installed on your computer, you’re ready to begin installing Joomla!

  1. Download Joomla! version 1.5 for Windows.

  2. Click the WampServer 2.0 icon in your taskbar, then click on “www directory”.

  3. In the www directory create a new folder for your website project. Do not do anything with the existing index.php file.

  4. Extract all the files from your Joomla! download into your c:\wamp\www\project folder. This will take some time.

  5. Open up a web browser and type: https://localhost/

  6. Under “Your Projects” click on the folder you extracted Joomla! into.

  7. The next page you should see will be the Joomla! web installer interface.

2

Joomla! Web Interface Installation

  1. Select your language (en-US is default). Click “Next”.
  2. On the next screen, you should see all “Yes”’s. If you don’t, there could have been a problem with your WAMP installation, in which case you should probably uninstall and try again.
  3. Click “Next”.
  4. Read the GPL, then click “Next”. You will see this:

3

.Enter the following information in the boxes on the right side of the screen:

  • Database Type: mysql
  • Host Name: localhost
  • Username: root
  • Password: (blank)
  • Database name: (this can be whatever you want. I recommend “joomla” for simplicity.
  1. Click “Next”.
  2. Click “Next” through FTP settings.
  3. You will see this:

4

  1. Choose a name for your site.
  2. Enter your email address and choose an Admin password.
  3. You may choose to install sample data into the site or to do a fresh installation. Sample data allows you to see what your site is going to look like once it has content. However, once you have a good idea of how to use Joomla!, removing the sample data becomes a chore. Future guides will explain how to add content into a blank site, so whether you want to do tinkering on your own with sample data is entirely up to you.
  4. If you decide to add sample data, click “Install Sample Data”. When you see “sample data installed successfully” click “Next”.
  5. On the next page you will see a big red message to remove the “Installation Directory”. Open up your c:\wamp\www\project folder. Highlight the folder named “Installation” and hit “delete”.
  6. To access your Joomla! administration panel type the following into the address bar of a web browser: https://localhost/project/administrator

This post is part of the series: Joomla! 1.5 Installation Guide

In this series we learn all the steps of getting started on a Joomla! powered website. Learn how to install Joomla! on your PC to test it, how to get adequate hosting, and how to install on your live host.

  1. Installing Joomla! in a Test Environment
  2. Choosing a Host and Installation Method for Joomla
  3. Installing Joomla! On a Live Web Server