Top Banner
F16, how to get it ready to write and test your PHP web apps Uditha Bandara [email protected] Fedora Ambassador Fedora Infrastructure Team Member
12
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: F16, how to get it ready to write and test your PHP web apps

F16, how to get it ready to write and test your PHP web apps

Uditha Bandara [email protected] Fedora Ambassador Fedora Infrastructure Team Member

Page 2: F16, how to get it ready to write and test your PHP web apps

Installing and configuring LAMP (Linux ,Apache, MySQL, PHP) correctly under Fedora Linux Environment

My Objective

lk.fedoracommunity.org

Page 3: F16, how to get it ready to write and test your PHP web apps

LAMP?

One of the famous web development tool combination. Let’s use F16 as our Linux Distribution

lk.fedoracommunity.org

Page 4: F16, how to get it ready to write and test your PHP web apps

What you should know?

lk.fedoracommunity.org

•Linux(Unix) Directory Structure •Bit about Linux system mechanism •Bash Shell

Page 5: F16, how to get it ready to write and test your PHP web apps

lk.fedoracommunity.org

Bash Shell •Best way to talk to the System •Not colorful images •No fancy GUI s •Strict commands

Page 6: F16, how to get it ready to write and test your PHP web apps

Behind the Scene

We’ll not discuss today

WebServer manages the requests PHP interpreter is working under the WebServer We use Apache 2.2-HTTP as our web server

Page 7: F16, how to get it ready to write and test your PHP web apps

System Prerequisites / Dependencies Things you need to install before you start this job # yum update # yum install gcc gcc-c++ libxml2-devel ncurses-devel

lk.fedoracommunity.org

Page 8: F16, how to get it ready to write and test your PHP web apps

lk.fedoracommunity.org

Ok Let’s Start!

Page 9: F16, how to get it ready to write and test your PHP web apps

lk.fedoracommunity.org

What I’ve already done

•Compiled & Installed MySQL •Compiled & Installed Apache •Compiled & Installed PHP But non of these are configured…

Page 10: F16, how to get it ready to write and test your PHP web apps

lk.fedoracommunity.org

Did you got it?

Page 11: F16, how to get it ready to write and test your PHP web apps

Time for your Questions

lk.fedoracommunity.org

Page 12: F16, how to get it ready to write and test your PHP web apps

Thank you! lk.fedoracommunity.org