XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015,...

12
XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved eb Server Software Distribution

Transcript of XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015,...

Page 1: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

XAMPPIntroduction to Web ProgrammingKirkwood Community CollegeFred McClurg© Copyright 2015, Fred McClurg, All Rights Reserved

Web Server Software Distribution

Page 2: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

About XAMPP

Xampp is a distribution bundle of the following software:

• Apache• MySQL• PHP• Perl (optionally)

There is currently a distribution for Linux, Windows, Mac OSX, and Solaris.

Page 3: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Downloading XAMPP

The download for XAMPP is available at the following location:

https://www.apachefriends.org/download.html

Page 4: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Installing XAMPP

The FAQs for windows is available at the following location:

https://www.apachefriends.org/faq_windows.html

Page 5: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Check the checkboxes:

• Apache

• MySQL

• PHP

• phpMyAdmin

• Perl (optional)

• Tomcat (optional)

XAMPP Installation Components

Page 6: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Specify installation folder:

C:\xampp

XAMPP Installation Location

Page 7: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

XAMPP Setup

Uncheck “Learn more about BitNami for XAMPP”

Page 8: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Press “Next” button.

XAMPP Setup

Page 9: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Press “Next” button.

XAMPP Setup

Page 10: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Press “Finish” button.

XAMPP Setup

Page 11: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

Press “Start” buttons on Control Panel: Apache MySQL

XAMPP Setup

Page 12: XAMPP Introduction to Web Programming Kirkwood Community College Fred McClurg © Copyright 2015, Fred McClurg, All Rights Reserved Web Server Software Distribution.

The “document root” directory for XAMPP on windows is:

C:\xampp\htdocs

The browser URL alias of your local web server:

http://localhost

XAMPP Setup