Technote Details :: Installing Wamp5 on your computer

Issue

What is Wamp5?

WAMP is an installer for Windows that allows you to work with PHP, MySQL database server, and a web server, in order to develop dynamic web sites. WAMP5 installs automatically the following components on your computer:

  • Apache 1.3.31
  • PHP 5.0.3
  • MySQL database server 4.1.8
  • PHPMyAdmin (a web-based tool for managing MySQL databases).
  • SQLiteManager (a web-based tool for managing SQLite databases).

Reason

Where do you get it from?

You can download the software package form the following address http://www.wampserver.com/en/index.php

Solution

How do you install it?

Please follow the next steps in order to install WAMP on your computer.

  1. Download the installation package from the above address.
  2. Once you have downloaded it to your computer, double click on the icon to begin installation

    The WAMP Icon

  3. Installing WAMP is done through a wizard interface that guides you through the exact steps.

    Installing WAMP wizard

  4. The program will ask where you want to install your software. You can select any path you want, WAMP5 automatically builds configuration files to reflect your choice. Remember that some scripts and modules do not like long names and special characters, like spaces. We recommend you leave the default directory c:\wamp.

    Choosing your installation folder


  5. If you want your Apache and MySQL servers to launch on Windows startup, please check this option during installation.


    Open on startup

  6. Once you have selected all your options, the software will display your configuration once more. Please check that everything is alright before proceeding.

    Your configuration


  7. After you click Install, the process of unpacking the software on your computer begins.


    Installing WAMP

  8. You will be asked to select a root folder for your documents created using WAMP. You can either use the default folder or create your own one. This is the folder where you will be testing your web applications.

    Select root folder

  1. Next, select your default Internet browser. If you do not use Internet Explorer, make sure you change this default setting.

    Choose your default browser

  1. With this, your installation is complete:

    Installation complete

  1. When WAMP is running, you can notice an icon similar to a speed gage in the right side of your system tray.

    System Tray

  2. By clicking on the icon, a menu opens and it allows you: to see what services are running, to close and restart them at any moment, to configure the necessary files.

    WAMP Menu

  3. In order to process image files with InterAKT software (MX Kollection in particular) you have to activate your GD library in the PHP.ini file. The file can be found by clicking on the icon in the system tray in the Config files entry from the menu, as seen in the picture above. For more information on GD, please visit http://www.boutell.com/gd/
                   
    Note: For Windows developers it is enough to enable the GD Library from the PHP.ini file, as described on line 14. If you are using Linux, please compile the GD source code, if you haven't done so already.
                   
  4. Search the following line of code:
    ;extension=php_gd2.dll
  5. Remove the semicolon from the beginning of this line, to activate the GD library:
    extension=php_gd2.dll
  6. You are now ready to begin developing with PHP&MySQL.
  7. To start working with WAMP, access Localhost by clicking on the icon in the System Tray and then on the first entry at the top of the menu (see the picture above). You will be able to see your PHPMyAdmin and configure your database structure, as well as view all your projects at a glance.

dval - 02-15-2007 07:30:33 GMT +2

  [02/15/2007] - WAMP5 1.7.0 with Apache 2.2.4 and PHP 5.2.1 This release opens a new branche of WAMP5 :
- multilingual manager
- compatible with Windows Vista
- now with branch 2.2.x of Apache (2.2.4)

PHP versions have also been upgraded to 5.2.1 and 4.4.5 (for the PHP4 add-on).
all add-ons have been updated.

WARNING
For all these reasons, WAMP5 1.7.0 cannot be upgrated from previous versions of WAMP5. You need to back up your data, uninstall the previous version of WAMP5 and install 1.7.0.
Next releases will be upgradeable.

For more info, see the changelog

Download WAMP5 1.7.0

dval - 06-14-2006 01:50:55 GMT +2

 WAMP 1.6.3 now has  an Apache modules manager which allows you to activate apache modules threw the WAMP5 menu.
Another new script tests port 80 when you install the Apache 2 service.
WAMP5 now includes a PHP extension manager located in the WAMP5 menu.

also upgraded the apps in WAMP5  :

- an alias manager : create, modify, delete aliases but alos associated .htacess files.

Apache 2.0.55 now replaces Apache 1.3.x 

- moved the mywamp.ini file to mysql/my.ini to have a fully compact install

- now using PHP 5.1.4

- now using MySQL 5.0.21

- now using phpmyadmin 2.8.0.3

- now using sqlitemanager 1.2.0

- created the "MySQL administration toolkit" add-on

- updated the PHP4 and Zend Optimizer add-ons


The installation script has also been changed. It is now possible to upgrade directly from versions >= 1.6.0. Few minor bugs have been corrected.

for more info, see the changelog

Have fun !

thewackonerd - 04-03-2006 09:58:04 GMT +2

Nice product, another is XAMPP http://www.apachefriends.org/en/xampp.html

Home > Support > Knowledge Base > Technote Details
Search the Knowledge Base
© Adobe Systems Romania. All rights reserved.