How to Install WAMP Server on Windows Server 2008/2012 R2


What is WAMP?

WampServer is a Windows web development environment. It allows you to create web applications with Apache2, PHP and a MySQL database. Alongside, PhpMyAdmin allows you to manage easily your Database


Requirement:

A. Apache Server (httpd-2.2.22-win32-x86-no_ssl.msi)
B. PHP (php-5.x.x-Win32-VC9-x86.zip)
C. DotNet Framework 4.0 (dotNetFx40_Full_x86_x64.exe)
D. Mysql Installer Community (mysql-installer-community-5.6.10.1.msi)
E. PhpMyAdmin (phpMyAdmin-4.5.5-english.zip)

Step 1. Install & Configure Apache Server (httpd-2.2.22-win32) :

Download Link:

http://a.mbbsindia.com//httpd/httpd-2.4.18.tar.gz

Next->I Acceept->Next->Give Network Domain (ex:- deb.com)-> Server Name (ex:- apache)-> Administrator email Address(ex:- ddas@kminfosystems.com)->Next-> Choose Custom-> Next->Click on Change & select the Directory (ex-c:\webserver\apche)->Next->Install->Finish.

N.B: ex-c:\webserver\apache make this structure if using this structure

Step 2. Go to Web Browser & type :

http://localhost or http://Your-IP-Address

Step 3. Install & Configure PHP :

Download Latest Version of Php:

http://windows.php.net/downloads/releases/

Extract php-5.x.x-Win32-VC9-x86.zip-> Rename 'php-5.x.x-Win32-VC9-x86' to 'php'-> Cut The php folder-> Open C:\webserver-> Paste.

Open 'php' Folder->find the file named 'php.ini-development'->Rename 'php.ini-development' to 'php.ini'-> Open httpd.conf (Location: C:\webserver\apache\conf\httpd.conf)-> Find

<IfModule !mpm_netware_moudle> & Paste the following Lines-

LoadModule php5_module "C:\webserver\php\php5apache2_2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:\webserver\php"

Open the Directory 'htdocs' (C:\webserver\apache\htdocs)-> and make a .php file named info.php-> type:

<?php
phpinfo();
?>

--Save the file.

--Restart the Apache Service.

Step 4. Open the Browser & type :

http://localhost/info.php or http://Your-IP-Adress/info.php

Step 5. Install DotNet Framework 4.0. :

Download .NET:

https://download.microsoft.com/download/B/A/4/BA4A7E71-2906-4B2D-A0E1-80CF16844F5F/dotNetFx45_Full_setup.exe

Step 6. Install Mysql Installer Community :

Download The Latest Version:

http://cdn.mysql.com//Downloads/MySQLInstaller/mysql-installer-community-5.6.28.0.msi

Install Mysql Product-> I Accept-> Next-> Skip-> Next-> Choose 'Server Only'-> Next-> Next-> Execute->
Next-> Check on Advance Configuration-> Next-> Type Mysql Root Password (redhat)->Next->Next->
Check on General Log-> Next-> Next-> Finish.

Go to Start->All Programs->MySQL->MySQL Server 5.6->MySQL 5.6 Command Line Client
Password : redhat

-show databases;
-exit;

Step 7. Install & Configure phpMyAdmin :

Download The Latest Version:
https://www.phpmyadmin.net/downloads/

Extract phpMyAdmin-4.5.5-english.zip-> Rename 'phpMyAdmin-4.5.5-english.zip' to 'pma'-> Cut The pma folder-> Open C:\webserver\apache\htdocs-> Paste.

Open the 'pma' folder-> find the file named 'config.sample.inc.php'-> Rename the file
'config.sample.inc.php' to 'config.inc.php'

Step 8. Go to C:\webserver\php :

Open 'php.ini' file-> Find those three lines

;extension=php_mbstring.dll
;extension=php_mysql.dll
;extension=php_mysqli.dll

Uncomment those Lines & modify look like this :

extension="c:\webserver\php\ext\php_mbstring.dll"
extension="c:\webserver\php\ext\php_mysql.dll"
extension="c:\webserver\php\ext\php_mysqli.dll"

--Save the File.

Open httpd.conf (Location: C:\webserver\apache\conf\httpd.conf)-> Find

<IfModule dir_module> Just add index.php after index.html

index.html index.php

--Save the File

--Restart the Apache Service.

Step 9. Open the Browser & type :

http://localhost/pma or http://Your-IP-Address/pma
User Name : root
Enter The Mysql Password : redhat

Thanks For Visiting on My Blog, For More Tutorials Keep Visiting My Blog.

1 comments:

How To Install Wamp Server On Windows Server 2008/2012 R2 - Sample Blog >>>>> Download Now

>>>>> Download Full

How To Install Wamp Server On Windows Server 2008/2012 R2 - Sample Blog >>>>> Download LINK

>>>>> Download Now

How To Install Wamp Server On Windows Server 2008/2012 R2 - Sample Blog >>>>> Download Full

>>>>> Download LINK