You are on page 1of 18

1/3/2010

Software Engineering 2010

INSTALLATION GUIDE FOR


XAMPP AND WAMP SERVER ON
WINDOWS

Prepared By

Pankaj Kumar Jangid

BTech, DAIICT, Gandhinagar, Gujarat

+919723367500
1 Installation Guide for XAMPP and WAMP server On Windows

Table of Content

1.Introduction

2.Installation Plan
2.1Server Side Installation Manual

2.1.1Installation of third party software XAMPP or WAMP

2.1.1.1 XAMPP Installation

2.1.1.2 WAMP Installation

2.1.2 Create Database on MySQL and Configuring Website on server

2.2 Client Side Installation Manual

3. Prerequisite product list

Software Engineering 2010 Team 21


2 Installation Guide for XAMPP and WAMP server On Windows

1.Introduction

This document specifies all the step by step processes for proper installation of Supply
Chain Management for GCMMF Web Application Software on a computer of on both client
and server side.

2.Installation Plan

2.1.1Installation of third party software XAMPP or WAMP


Either XAMPP or WAMP is required to run the server side of the software. Installing
process for both is following-

2.1.1.1 XAMPP Installation:-


XAMPP (open source cross-platform web server package) will configure the entire
three apache server, MySQL database, and PHPmyAdmin on Windows.

You can download the latest version of XAMPP server from following website.

www.apachefriends.org/en/xampp-windows.html

XAMPP 1.7.3 includes:-


 Apache 2.2.14 (IPv6 enabled) + OpenSSL 0.9.8l
 MySQL 5.1.41 + PBXT engine
 PHP 5.3.1
 phpMyAdmin 3.2.4
 Perl 5.10.1
 FileZilla FTP Server 0.9.33
 Mercury Mail Transport System 4.72

Now follow the following steps to install:-

1) Double click the setup to install the Xampp.


2) Click OK button to continue with the installation of Xampp.

Software Engineering 2010 Team 21


3 Installation Guide for XAMPP and WAMP server On Windows

3) You will see the following screenshot.

4) Click on next button.


5) You will see the following screenshot.

Software Engineering 2010 Team 21


4 Installation Guide for XAMPP and WAMP server On Windows

6) Browse for the folder where you want to install Xampp in your pc. By
default it will be c:\xampp.
7) After selecting the folder click on next.
8) You will the following screenshot.

9) Select the three options of service section. Install Apache as service,


Install MySQL as service and Install FileZilla as service.

Software Engineering 2010 Team 21


5 Installation Guide for XAMPP and WAMP server On Windows

10) The screen will be as shown in the following screenshot.

11) Click on install to continue with install.


12) The installation will be takes a few seconds.
13) At the end of installation you will find the following the following
screenshot.

Software Engineering 2010 Team 21


6 Installation Guide for XAMPP and WAMP server On Windows

14) Click on the finish button to complete installion.


15) Then Xampp checks for necessary ports.

Software Engineering 2010 Team 21


7 Installation Guide for XAMPP and WAMP server On Windows

16) Click ok to complete installation.

17) Click yes to start Xampp control panel.


18) The Xampp server starts running now.
19) This is the Xampp control panel.

Software Engineering 2010 Team 21


8 Installation Guide for XAMPP and WAMP server On Windows

2.1.1.2 WAMP Installation:-

STEP 1 :- Installation of setup:


WAMP (Windows Apache MySQL PHP) will configure the entire three apache
server, MySQL database, and PHPmyAdmin on Windows.

You can download the latest version of WAMP server from the official website of
WAMP

http://www.wampserver.com/en/download.php .

Supply chain management for GCMMF requires WAMP 2.0c.

WAMP 2.0c includes:

 Apache 2.2.8

 MySQL 5.0.51b

 PHP 5.2.6

 Phpmyadmin 2.11.6

 sqlitemanager1.2.0

One important warning with regard to installation of WAMP server is “do not try to
install WampServer 2 over WAMP5. If WAMP5 is installed on your computer, save
your data, uninstall it and delete the WAMP5 directory before installing WampServer
2”.

Software Engineering 2010 Team 21


9 Installation Guide for XAMPP and WAMP server On Windows

For installation on configuring WampServer please refer to the www link given below
.

http://www.wampserver.com/en/presentation.php .

Help file of how to use WAMP5 is also provided in the same folder by name
wamp5.chm.

STEP 2 :- Initial Configurations to be made in php.ini file:


Open php.ini file which will be in the bottom tray of WAMP as shown in figure 1

Figure 1
Now make the following changes in the php.ini file:

 short_open_tag = on
 smtp_port = 25
 Press nslookup in cmd to view the IP of smtp server, and paste that IP in php.ini
file as under:
SMTP = <smtp IP> (10.100.56.27 in case of DAIICT)
 sendmail_from = <email address of organisation>

Now restart the server as shown in the user manual of WAMP server.

As we send email alerts to the users, it is compulsory to set smtp_port, SMTP and
sendmail_from in php.ini file.

Software Engineering 2010 Team 21


10 Installation Guide for XAMPP and WAMP server On Windows

2.1.2 Create Database on MySQL

After installation of XAMPP or WAMP, install Mozilla Firefox as shown in the clients
Installation manual and type http://localhost/phpmyadmin/ in the URL area. Now you
will be redirected to page as under.

Create a table named scmgcmmf and press Create button as shown.

Now press the sql tab in at the top in the next page as shown in Figure 3

1.2 Client Side Installation Manual

Mozilla Firefox is an open source browser and is available for free download on
http://www.firefox.com . You can also get the latest version of Firefox from its official
website http://wwwfirefox.com .

Software Engineering 2010 Team 21


11 Installation Guide for XAMPP and WAMP server On Windows

After downloading, right click on the application and click open to run the application
or simply double click on it, to run. Follow as shown in the figure.

Immediately after running the application, it will start extracting installation files into
a temporary directory. You need not do anything here. Please do not click cancel unless you
wanted to quit the installation process.

Software Engineering 2010 Team 21


12 Installation Guide for XAMPP and WAMP server On Windows

After this, a window pops out asking you permission to continue or cancel. Kindly
press continue to continue the process of installation.

Next, it will show an installation window, like the one shown below. Click next (encircled
with red marker), to continue the installation process.

Software Engineering 2010 Team 21


13 Installation Guide for XAMPP and WAMP server On Windows

Next is licence agreement. Scroll down to read the license agreement. If you agree
with the terms, click on “I accept the terms in the licence agreement”. Click ‘next’ to
continue.

Software Engineering 2010 Team 21


14 Installation Guide for XAMPP and WAMP server On Windows

Next is selecting setup type. If you are new to this system, please select standard.
Keep the box “Use Firefox as my default browser” checked, if you do not want to change
it. Click next to continue with installation.

Click Install, unless you do not want to proceed. Press cancel to quit installation.

Software Engineering 2010 Team 21


15 Installation Guide for XAMPP and WAMP server On Windows

Installation goes as shown in the figure. You cannot alter the state of installation,
during this phase.

Do not uncheck “Launch Firefox now”, to launch Firefox. Click Finish to launch
Firefox.

Software Engineering 2010 Team 21


16 Installation Guide for XAMPP and WAMP server On Windows

After you are done with installation, and if the installation is successful, you will see
Firefox window as shown in the figure.

Software Engineering 2010 Team 21


17 Installation Guide for XAMPP and WAMP server On Windows

3. Prerequisite product list


 XAMPP or WAMP
 Website folder
 .mysql database file
 Database to server Connector

Software Engineering 2010 Team 21

You might also like